#088E85

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

Shades of Dark Cyan #088E85

Tints of Dark Cyan #088E85

Color information

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

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

Color convert

RGB8142133-
CMYK0.9400.060.44
HSL175.97º89.33%29.41%-
HSV(B)175.97º94.37%55.69%-
XYZ14.0121.0925.52-
YUV100.91146.1161.73-

RGB Variations

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

RGB

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

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
Decimal81421330.9400.060.44175.9789.3329.41
Hex88E855E062Cb0591d
Octal10216205136065426013135
Binary100010001110100001011011110011010110010110000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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