Shades of Dark Cyan #089699
Tints of Dark Cyan #089699
RGB
CMYK
RGB Variations
Color information
#089699 (or 0x089699) is known color: Dark Cyan. HEX triplet: 08, 96 and 99. RGB value is (8,150,153). Sum of RGB (Red+Green+Blue) = 8+150+153=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #089699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089699 is #F76966. Grayscale: #6B6B6B. Windows color (decimal): -16214375 or 10065416. OLE color: 10065416.
HSL color Cylindrical-coordinate representation of color #089699: hue angle of 181.24º 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 #089699 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 150 | 153 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.4 |
| HSL | 181.24º | 0.9% | 0.32% | - |
| HSV(B) | 181.24º | 0.95% | 0.6% | - |
| XYZ | 16.76 | 24.16 | 33.92 | - |
| YUV | 107.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 153 | 0.95 | 0.02 | 0 | 0.4 | 181.24 | 0.9 | 0.32 |
| Hex | 8 | 96 | 99 | 5F | 2 | 0 | 28 | B5 | 5A | 20 |
| Octal | 10 | 226 | 231 | 137 | 2 | 0 | 50 | 265 | 132 | 40 |
| Binary | 1000 | 10010110 | 10011001 | 1011111 | 10 | 0 | 101000 | 10110101 | 1011010 | 100000 |
Color Harmonies of #089699
Complementary color
Monochromatic Colors of #089699
Black with #089699
Text Example
Text Example
White with #089699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089699; }
p { color: rgb(8,150,153); }
H1.HeaderClassName
{
color: #089699;
}
.AnyTagClassName
{
color: #089699;
}
</style>
background-color css
<style>
a { background-color: #089699; }
a { background-color: rgb(8,150,153); }
div.DivClassName
{
background-color: #089699;
}
.BgClassName
{
background-color: #089699;
}
</style>
border-color css
<style>
span { border-color: #089699; }
span { border-color: rgb(8,150,153); }
td.TdClassName
{
border-color: #089699;
}
.TagClassName
{
border-color: #089699;
}
</style>