#08888E

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

Shades of Dark Cyan #08888E

Tints of Dark Cyan #08888E

Color information

#08888E (or 0x08888E) is unknown color: approx Dark Cyan. HEX triplet: 08, 88 and 8E. RGB value is (8,136,142). Sum of RGB (Red+Green+Blue) = 8+136+142=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #08888E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08888E is #F77771. Grayscale: #626262. Windows color (decimal): -16217970 or 9340936. OLE color: 9340936.

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

Color convert

RGB8136142-
CMYK0.940.0400.44
HSL182.69º89.33%29.41%-
HSV(B)182.69º94.37%55.69%-
XYZ13.7919.6128.65-
YUV98.41152.5963.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.80%
GREEN value IS 136 (53.52% from 255) = 47.55%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=2.80%
G=47.55%
B=49.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81361420.940.0400.44182.6989.3329.41
Hex8888E5E402Cb7591d
Octal10210216136405426713135
Binary100010001000100011101011110100010110010110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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