Shades of Dark Cyan #089599
Tints of Dark Cyan #089599
RGB
CMYK
RGB Variations
Color information
#089599 (or 0x089599) is known color: Dark Cyan. HEX triplet: 08, 95 and 99. RGB value is (8,149,153). Sum of RGB (Red+Green+Blue) = 8+149+153=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #089599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089599 is #F76A66. Grayscale: #6B6B6B. Windows color (decimal): -16214631 or 10065160. OLE color: 10065160.
HSL color Cylindrical-coordinate representation of color #089599: hue angle of 181.66º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089599 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 149 | 153 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.4 |
| HSL | 181.66º | 0.9% | 0.32% | - |
| HSV(B) | 181.66º | 0.95% | 0.6% | - |
| XYZ | 16.6 | 23.85 | 33.87 | - |
| YUV | 107.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 153 | 0.95 | 0.03 | 0 | 0.4 | 181.66 | 0.9 | 0.32 |
| Hex | 8 | 95 | 99 | 5F | 3 | 0 | 28 | B6 | 5A | 20 |
| Octal | 10 | 225 | 231 | 137 | 3 | 0 | 50 | 266 | 132 | 40 |
| Binary | 1000 | 10010101 | 10011001 | 1011111 | 11 | 0 | 101000 | 10110110 | 1011010 | 100000 |
Color Harmonies of #089599
Complementary color
Monochromatic Colors of #089599
Black with #089599
Text Example
Text Example
White with #089599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089599; }
p { color: rgb(8,149,153); }
H1.HeaderClassName
{
color: #089599;
}
.AnyTagClassName
{
color: #089599;
}
</style>
background-color css
<style>
a { background-color: #089599; }
a { background-color: rgb(8,149,153); }
div.DivClassName
{
background-color: #089599;
}
.BgClassName
{
background-color: #089599;
}
</style>
border-color css
<style>
span { border-color: #089599; }
span { border-color: rgb(8,149,153); }
td.TdClassName
{
border-color: #089599;
}
.TagClassName
{
border-color: #089599;
}
</style>