#088D87

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

Shades of Dark Cyan #088D87

Tints of Dark Cyan #088D87

Color information

#088D87 (or 0x088D87) is unknown color: approx Dark Cyan. HEX triplet: 08, 8D and 87. RGB value is (8,141,135). Sum of RGB (Red+Green+Blue) = 8+141+135=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #088D87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D87 is #F77278. Grayscale: #646464. Windows color (decimal): -16216697 or 8883464. OLE color: 8883464.

HSL color Cylindrical-coordinate representation of color #088D87: hue angle of 177.29º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D87 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB8141135-
CMYK0.9400.040.45
HSL177.29º89.26%29.22%-
HSV(B)177.29º94.33%55.29%-
XYZ1420.8526.21-
YUV100.55147.4461.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=2.82%
G=49.65%
B=47.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81411350.9400.040.45177.2989.2629.22
Hex88D875E042Db1591d
Octal10215207136045526113135
Binary100010001101100001111011110010010110110110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,141,135); }

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

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

 a { background-color: rgb(8,141,135); }

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

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

 span { border-color: rgb(8,141,135); }

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