Shades of Dark Cyan #088F89
Tints of Dark Cyan #088F89
RGB
CMYK
RGB Variations
Color information
#088F89 (or 0x088F89) is known color: Dark Cyan. HEX triplet: 08, 8F and 89. RGB value is (8,143,137). Sum of RGB (Red+Green+Blue) = 8+143+137=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #088F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088F89 is #F77076. Grayscale: #656565. Windows color (decimal): -16216183 or 9015048. OLE color: 9015048.
HSL color Cylindrical-coordinate representation of color #088F89: hue angle of 177.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088F89 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 143 | 137 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.44 |
| HSL | 177.33º | 0.89% | 0.3% | - |
| HSV(B) | 177.33º | 0.94% | 0.56% | - |
| XYZ | 14.44 | 21.5 | 27.06 | - |
| YUV | 101.95 | 147.77 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 137 | 0.94 | 0 | 0.04 | 0.44 | 177.33 | 0.89 | 0.3 |
| Hex | 8 | 8F | 89 | 5E | 0 | 4 | 2C | B1 | 59 | 1E |
| Octal | 10 | 217 | 211 | 136 | 0 | 4 | 54 | 261 | 131 | 36 |
| Binary | 1000 | 10001111 | 10001001 | 1011110 | 0 | 100 | 101100 | 10110001 | 1011001 | 11110 |
Color Harmonies of #088F89
Complementary color
Monochromatic Colors of #088F89
Black with #088F89
Text Example
Text Example
White with #088F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F89; }
p { color: rgb(8,143,137); }
H1.HeaderClassName
{
color: #088F89;
}
.AnyTagClassName
{
color: #088F89;
}
</style>
background-color css
<style>
a { background-color: #088F89; }
a { background-color: rgb(8,143,137); }
div.DivClassName
{
background-color: #088F89;
}
.BgClassName
{
background-color: #088F89;
}
</style>
border-color css
<style>
span { border-color: #088F89; }
span { border-color: rgb(8,143,137); }
td.TdClassName
{
border-color: #088F89;
}
.TagClassName
{
border-color: #088F89;
}
</style>