Shades of Dark Cyan #009691
Tints of Dark Cyan #009691
RGB
CMYK
RGB Variations
Color information
#009691 (or 0x009691) is known color: Dark Cyan. HEX triplet: 00, 96 and 91. RGB value is (0,150,145). Sum of RGB (Red+Green+Blue) = 0+150+145=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #009691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009691 is #FF696E. Grayscale: #686868. Windows color (decimal): -16738671 or 9541120. OLE color: 9541120.
HSL color Cylindrical-coordinate representation of color #009691: hue angle of 178º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009691 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 145 | - |
| CMYK | 1 | 0 | 0.03 | 0.41 |
| HSL | 178º | 1% | 0.29% | - |
| HSV(B) | 178º | 1% | 0.59% | - |
| XYZ | 16.02 | 23.86 | 30.55 | - |
| YUV | 104.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 145 | 1 | 0 | 0.03 | 0.41 | 178 | 1 | 0.29 |
| Hex | 0 | 96 | 91 | 64 | 0 | 3 | 29 | B2 | 64 | 1D |
| Octal | 0 | 226 | 221 | 144 | 0 | 3 | 51 | 262 | 144 | 35 |
| Binary | 0 | 10010110 | 10010001 | 1100100 | 0 | 11 | 101001 | 10110010 | 1100100 | 11101 |
Color Harmonies of #009691
Complementary color
Monochromatic Colors of #009691
Black with #009691
Text Example
Text Example
White with #009691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009691; }
p { color: rgb(0,150,145); }
H1.HeaderClassName
{
color: #009691;
}
.AnyTagClassName
{
color: #009691;
}
</style>
background-color css
<style>
a { background-color: #009691; }
a { background-color: rgb(0,150,145); }
div.DivClassName
{
background-color: #009691;
}
.BgClassName
{
background-color: #009691;
}
</style>
border-color css
<style>
span { border-color: #009691; }
span { border-color: rgb(0,150,145); }
td.TdClassName
{
border-color: #009691;
}
.TagClassName
{
border-color: #009691;
}
</style>