Shades of Dark Cyan #009195
Tints of Dark Cyan #009195
RGB
CMYK
RGB Variations
Color information
#009195 (or 0x009195) is known color: Dark Cyan. HEX triplet: 00, 91 and 95. RGB value is (0,145,149). Sum of RGB (Red+Green+Blue) = 0+145+149=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #009195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009195 is #FF6E6A. Grayscale: #656565. Windows color (decimal): -16739947 or 9801984. OLE color: 9801984.
HSL color Cylindrical-coordinate representation of color #009195: hue angle of 181.61º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009195 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 145 | 149 | - |
| CMYK | 1 | 0.03 | 0 | 0.42 |
| HSL | 181.61º | 1% | 0.29% | - |
| HSV(B) | 181.61º | 1% | 0.58% | - |
| XYZ | 15.55 | 22.42 | 31.94 | - |
| YUV | 102.1 | 154.46 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 149 | 1 | 0.03 | 0 | 0.42 | 181.61 | 1 | 0.29 |
| Hex | 0 | 91 | 95 | 64 | 3 | 0 | 2A | B6 | 64 | 1D |
| Octal | 0 | 221 | 225 | 144 | 3 | 0 | 52 | 266 | 144 | 35 |
| Binary | 0 | 10010001 | 10010101 | 1100100 | 11 | 0 | 101010 | 10110110 | 1100100 | 11101 |
Color Harmonies of #009195
Complementary color
Monochromatic Colors of #009195
Black with #009195
Text Example
Text Example
White with #009195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009195; }
p { color: rgb(0,145,149); }
H1.HeaderClassName
{
color: #009195;
}
.AnyTagClassName
{
color: #009195;
}
</style>
background-color css
<style>
a { background-color: #009195; }
a { background-color: rgb(0,145,149); }
div.DivClassName
{
background-color: #009195;
}
.BgClassName
{
background-color: #009195;
}
</style>
border-color css
<style>
span { border-color: #009195; }
span { border-color: rgb(0,145,149); }
td.TdClassName
{
border-color: #009195;
}
.TagClassName
{
border-color: #009195;
}
</style>