#08858E

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

Shades of Dark Cyan #08858E

Tints of Dark Cyan #08858E

Color information

#08858E (or 0x08858E) is unknown color: approx Dark Cyan. HEX triplet: 08, 85 and 8E. RGB value is (8,133,142). Sum of RGB (Red+Green+Blue) = 8+133+142=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #08858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08858E is #F77A71. Grayscale: #606060. Windows color (decimal): -16218738 or 9340168. OLE color: 9340168.

HSL color Cylindrical-coordinate representation of color #08858E: hue angle of 184.03º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08858E is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8133142-
CMYK0.940.0600.44
HSL184.03º89.33%29.41%-
HSV(B)184.03º94.37%55.69%-
XYZ13.3718.7828.51-
YUV96.65153.5964.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=2.83%
G=47.00%
B=50.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81331420.940.0600.44184.0389.3329.41
Hex8858E5E602Cb8591d
Octal10205216136605427013135
Binary100010000101100011101011110110010110010111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08858E; }

 p { color: rgb(8,133,142); }

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

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

 a { background-color: rgb(8,133,142); }

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

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

 span { border-color: rgb(8,133,142); }

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