#088E86

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

Shades of Dark Cyan #088E86

Tints of Dark Cyan #088E86

Color information

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

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

Color convert

RGB8142134-
CMYK0.9400.060.44
HSL176.42º89.33%29.41%-
HSV(B)176.42º94.37%55.69%-
XYZ14.0821.1225.89-
YUV101.02146.6161.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81421340.9400.060.44176.4289.3329.41
Hex88E865E062Cb0591d
Octal10216206136065426013135
Binary100010001110100001101011110011010110010110000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088E86; }

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

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

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

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

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

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

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

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