#078A84

Color #078A84 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #078A84

Tints of Dark Cyan #078A84

Color information

#078A84 (or 0x078A84) is unknown color: approx Dark Cyan. HEX triplet: 07, 8A and 84. RGB value is (7,138,132). Sum of RGB (Red+Green+Blue) = 7+138+132=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #078A84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A84 is #F8757B. Grayscale: #626262. Windows color (decimal): -16283004 or 8686087. OLE color: 8686087.

HSL color Cylindrical-coordinate representation of color #078A84: hue angle of 177.25º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A84 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB7138132-
CMYK0.9500.040.46
HSL177.25º90.34%28.43%-
HSV(B)177.25º94.93%54.12%-
XYZ13.3419.8924.97-
YUV98.15147.162.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.53%
GREEN value IS 138 (54.30% from 255) = 49.82%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=2.53%
G=49.82%
B=47.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71381320.9500.040.46177.2590.3428.43
Hex78A845F042Eb15a1c
Octal7212204137045626113234
Binary11110001010100001001011111010010111010110001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078A84; }

 p { color: rgb(7,138,132); }

 H1.HeaderClassName
 {
   color: #078A84;
 }
 .AnyTagClassName
 {
   color: #078A84;
 }
</style>
background-color css

<style>
 a { background-color: #078A84; }

 a { background-color: rgb(7,138,132); }

 div.DivClassName
 {
   background-color: #078A84;
 }
 .BgClassName
 {
   background-color: #078A84;
 }
</style>
border-color css

<style>
 span { border-color: #078A84; }

 span { border-color: rgb(7,138,132); }

 td.TdClassName
 {
   border-color: #078A84;
 }
 .TagClassName
 {
   border-color: #078A84;
 }
</style>