Shades of Dark Cyan #088D89
Tints of Dark Cyan #088D89
RGB
CMYK
RGB Variations
Color information
#088D89 (or 0x088D89) is known color: Dark Cyan. HEX triplet: 08, 8D and 89. RGB value is (8,141,137). Sum of RGB (Red+Green+Blue) = 8+141+137=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #088D89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D89 is #F77276. Grayscale: #646464. Windows color (decimal): -16216695 or 9014536. OLE color: 9014536.
HSL color Cylindrical-coordinate representation of color #088D89: hue angle of 178.2º 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 #088D89 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 137 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.45 |
| HSL | 178.2º | 0.89% | 0.29% | - |
| HSV(B) | 178.2º | 0.94% | 0.55% | - |
| XYZ | 14.14 | 20.91 | 26.96 | - |
| YUV | 100.78 | 148.44 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 137 | 0.94 | 0 | 0.03 | 0.45 | 178.2 | 0.89 | 0.29 |
| Hex | 8 | 8D | 89 | 5E | 0 | 3 | 2D | B2 | 59 | 1D |
| Octal | 10 | 215 | 211 | 136 | 0 | 3 | 55 | 262 | 131 | 35 |
| Binary | 1000 | 10001101 | 10001001 | 1011110 | 0 | 11 | 101101 | 10110010 | 1011001 | 11101 |
Color Harmonies of #088D89
Complementary color
Monochromatic Colors of #088D89
Black with #088D89
Text Example
Text Example
White with #088D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D89; }
p { color: rgb(8,141,137); }
H1.HeaderClassName
{
color: #088D89;
}
.AnyTagClassName
{
color: #088D89;
}
</style>
background-color css
<style>
a { background-color: #088D89; }
a { background-color: rgb(8,141,137); }
div.DivClassName
{
background-color: #088D89;
}
.BgClassName
{
background-color: #088D89;
}
</style>
border-color css
<style>
span { border-color: #088D89; }
span { border-color: rgb(8,141,137); }
td.TdClassName
{
border-color: #088D89;
}
.TagClassName
{
border-color: #088D89;
}
</style>