#08868E

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

Shades of Dark Cyan #08868E

Tints of Dark Cyan #08868E

Color information

#08868E (or 0x08868E) is unknown color: approx Dark Cyan. HEX triplet: 08, 86 and 8E. RGB value is (8,134,142). Sum of RGB (Red+Green+Blue) = 8+134+142=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #08868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08868E is #F77971. Grayscale: #616161. Windows color (decimal): -16218482 or 9340424. OLE color: 9340424.

HSL color Cylindrical-coordinate representation of color #08868E: hue angle of 183.58º 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 #08868E is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8134142-
CMYK0.940.0600.44
HSL183.58º89.33%29.41%-
HSV(B)183.58º94.37%55.69%-
XYZ13.5119.0528.56-
YUV97.24153.2664.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 142 (55.86% from 255) = 50%
R=2.82%
G=47.18%
B=50%

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
Decimal81341420.940.0600.44183.5889.3329.41
Hex8868E5E602Cb8591d
Octal10206216136605427013135
Binary100010000110100011101011110110010110010111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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