#078885

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

Shades of Dark Cyan #078885

Tints of Dark Cyan #078885

Color information

#078885 (or 0x078885) is unknown color: approx Dark Cyan. HEX triplet: 07, 88 and 85. RGB value is (7,136,133). Sum of RGB (Red+Green+Blue) = 7+136+133=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #078885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078885 is #F8777A. Grayscale: #606060. Windows color (decimal): -16283515 or 8751111. OLE color: 8751111.

HSL color Cylindrical-coordinate representation of color #078885: hue angle of 178.6º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078885 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB7136133-
CMYK0.9500.020.47
HSL178.6º90.21%28.04%-
HSV(B)178.6º94.85%53.33%-
XYZ13.1319.3525.23-
YUV97.09148.2663.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.54%
GREEN value IS 136 (53.52% from 255) = 49.28%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=2.54%
G=49.28%
B=48.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71361330.9500.020.47178.690.2128.04
Hex788855F022Fb35a1c
Octal7210205137025726313234
Binary1111000100010000101101111101010111110110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078885; }

 p { color: rgb(7,136,133); }

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

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

 a { background-color: rgb(7,136,133); }

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

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

 span { border-color: rgb(7,136,133); }

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