#088E88

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

Shades of Dark Cyan #088E88

Tints of Dark Cyan #088E88

Color information

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

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

Color convert

RGB8142136-
CMYK0.9400.040.44
HSL177.31º89.33%29.41%-
HSV(B)177.31º94.37%55.69%-
XYZ14.2221.1826.63-
YUV101.25147.6161.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81421360.9400.040.44177.3189.3329.41
Hex88E885E042Cb1591d
Octal10216210136045426113135
Binary100010001110100010001011110010010110010110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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