Shades of Dark Cyan #009185
Tints of Dark Cyan #009185
RGB
CMYK
RGB Variations
Color information
#009185 (or 0x009185) is known color: Dark Cyan. HEX triplet: 00, 91 and 85. RGB value is (0,145,133). Sum of RGB (Red+Green+Blue) = 0+145+133=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #009185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009185 is #FF6E7A. Grayscale: #646464. Windows color (decimal): -16739963 or 8753408. OLE color: 8753408.
HSL color Cylindrical-coordinate representation of color #009185: hue angle of 175.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009185 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 133 | - |
| CMYK | 1 | 0 | 0.08 | 0.43 |
| HSL | 175.03º | 1% | 0.28% | - |
| HSV(B) | 175.03º | 1% | 0.57% | - |
| XYZ | 14.36 | 21.94 | 25.67 | - |
| YUV | 100.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 133 | 1 | 0 | 0.08 | 0.43 | 175.03 | 1 | 0.28 |
| Hex | 0 | 91 | 85 | 64 | 0 | 8 | 2B | AF | 64 | 1C |
| Octal | 0 | 221 | 205 | 144 | 0 | 10 | 53 | 257 | 144 | 34 |
| Binary | 0 | 10010001 | 10000101 | 1100100 | 0 | 1000 | 101011 | 10101111 | 1100100 | 11100 |
Color Harmonies of #009185
Complementary color
Monochromatic Colors of #009185
Black with #009185
Text Example
Text Example
White with #009185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009185; }
p { color: rgb(0,145,133); }
H1.HeaderClassName
{
color: #009185;
}
.AnyTagClassName
{
color: #009185;
}
</style>
background-color css
<style>
a { background-color: #009185; }
a { background-color: rgb(0,145,133); }
div.DivClassName
{
background-color: #009185;
}
.BgClassName
{
background-color: #009185;
}
</style>
border-color css
<style>
span { border-color: #009185; }
span { border-color: rgb(0,145,133); }
td.TdClassName
{
border-color: #009185;
}
.TagClassName
{
border-color: #009185;
}
</style>