Shades of Dark Cyan #089689
Tints of Dark Cyan #089689
RGB
CMYK
RGB Variations
Color information
#089689 (or 0x089689) is known color: Dark Cyan. HEX triplet: 08, 96 and 89. RGB value is (8,150,137). Sum of RGB (Red+Green+Blue) = 8+150+137=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #089689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089689 is #F76976. Grayscale: #696969. Windows color (decimal): -16214391 or 9016840. OLE color: 9016840.
HSL color Cylindrical-coordinate representation of color #089689: hue angle of 174.51º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089689 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 150 | 137 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.41 |
| HSL | 174.51º | 0.9% | 0.31% | - |
| HSV(B) | 174.51º | 0.95% | 0.59% | - |
| XYZ | 15.52 | 23.67 | 27.42 | - |
| YUV | 106.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 137 | 0.95 | 0 | 0.09 | 0.41 | 174.51 | 0.9 | 0.31 |
| Hex | 8 | 96 | 89 | 5F | 0 | 9 | 29 | AF | 5A | 1F |
| Octal | 10 | 226 | 211 | 137 | 0 | 11 | 51 | 257 | 132 | 37 |
| Binary | 1000 | 10010110 | 10001001 | 1011111 | 0 | 1001 | 101001 | 10101111 | 1011010 | 11111 |
Color Harmonies of #089689
Complementary color
Monochromatic Colors of #089689
Black with #089689
Text Example
Text Example
White with #089689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089689; }
p { color: rgb(8,150,137); }
H1.HeaderClassName
{
color: #089689;
}
.AnyTagClassName
{
color: #089689;
}
</style>
background-color css
<style>
a { background-color: #089689; }
a { background-color: rgb(8,150,137); }
div.DivClassName
{
background-color: #089689;
}
.BgClassName
{
background-color: #089689;
}
</style>
border-color css
<style>
span { border-color: #089689; }
span { border-color: rgb(8,150,137); }
td.TdClassName
{
border-color: #089689;
}
.TagClassName
{
border-color: #089689;
}
</style>