#088D88

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

Shades of Dark Cyan #088D88

Tints of Dark Cyan #088D88

Color information

#088D88 (or 0x088D88) is unknown color: approx Dark Cyan. HEX triplet: 08, 8D and 88. RGB value is (8,141,136). Sum of RGB (Red+Green+Blue) = 8+141+136=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #088D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D88 is #F77277. Grayscale: #646464. Windows color (decimal): -16216696 or 8949000. OLE color: 8949000.

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

Color convert

RGB8141136-
CMYK0.9400.040.45
HSL177.74º89.26%29.22%-
HSV(B)177.74º94.33%55.29%-
XYZ14.0720.8826.58-
YUV100.66147.9461.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=2.81%
G=49.47%
B=47.72%

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
Decimal81411360.9400.040.45177.7489.2629.22
Hex88D885E042Db2591d
Octal10215210136045526213135
Binary100010001101100010001011110010010110110110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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