Shades of Dark Cyan #009296
Tints of Dark Cyan #009296
RGB
CMYK
RGB Variations
Color information
#009296 (or 0x009296) is known color: Dark Cyan. HEX triplet: 00, 92 and 96. RGB value is (0,146,150). Sum of RGB (Red+Green+Blue) = 0+146+150=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #009296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009296 is #FF6D69. Grayscale: #666666. Windows color (decimal): -16739690 or 9867776. OLE color: 9867776.
HSL color Cylindrical-coordinate representation of color #009296: hue angle of 181.6º 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 #009296 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 146 | 150 | - |
| CMYK | 1 | 0.03 | 0 | 0.41 |
| HSL | 181.6º | 1% | 0.29% | - |
| HSV(B) | 181.6º | 1% | 0.59% | - |
| XYZ | 15.78 | 22.76 | 32.42 | - |
| YUV | 102.8 | 154.63 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 150 | 1 | 0.03 | 0 | 0.41 | 181.6 | 1 | 0.29 |
| Hex | 0 | 92 | 96 | 64 | 3 | 0 | 29 | B6 | 64 | 1D |
| Octal | 0 | 222 | 226 | 144 | 3 | 0 | 51 | 266 | 144 | 35 |
| Binary | 0 | 10010010 | 10010110 | 1100100 | 11 | 0 | 101001 | 10110110 | 1100100 | 11101 |
Color Harmonies of #009296
Complementary color
Monochromatic Colors of #009296
Black with #009296
Text Example
Text Example
White with #009296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009296; }
p { color: rgb(0,146,150); }
H1.HeaderClassName
{
color: #009296;
}
.AnyTagClassName
{
color: #009296;
}
</style>
background-color css
<style>
a { background-color: #009296; }
a { background-color: rgb(0,146,150); }
div.DivClassName
{
background-color: #009296;
}
.BgClassName
{
background-color: #009296;
}
</style>
border-color css
<style>
span { border-color: #009296; }
span { border-color: rgb(0,146,150); }
td.TdClassName
{
border-color: #009296;
}
.TagClassName
{
border-color: #009296;
}
</style>