Shades of Dark Cyan #009285
Tints of Dark Cyan #009285
RGB
CMYK
RGB Variations
Color information
#009285 (or 0x009285) is known color: Dark Cyan. HEX triplet: 00, 92 and 85. RGB value is (0,146,133). Sum of RGB (Red+Green+Blue) = 0+146+133=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #009285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009285 is #FF6D7A. Grayscale: #646464. Windows color (decimal): -16739707 or 8753664. OLE color: 8753664.
HSL color Cylindrical-coordinate representation of color #009285: hue angle of 174.66º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009285 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 133 | - |
| CMYK | 1 | 0 | 0.09 | 0.43 |
| HSL | 174.66º | 1% | 0.29% | - |
| HSV(B) | 174.66º | 1% | 0.57% | - |
| XYZ | 14.51 | 22.25 | 25.72 | - |
| YUV | 100.86 | 146.13 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 133 | 1 | 0 | 0.09 | 0.43 | 174.66 | 1 | 0.29 |
| Hex | 0 | 92 | 85 | 64 | 0 | 9 | 2B | AF | 64 | 1D |
| Octal | 0 | 222 | 205 | 144 | 0 | 11 | 53 | 257 | 144 | 35 |
| Binary | 0 | 10010010 | 10000101 | 1100100 | 0 | 1001 | 101011 | 10101111 | 1100100 | 11101 |
Color Harmonies of #009285
Complementary color
Monochromatic Colors of #009285
Black with #009285
Text Example
Text Example
White with #009285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009285; }
p { color: rgb(0,146,133); }
H1.HeaderClassName
{
color: #009285;
}
.AnyTagClassName
{
color: #009285;
}
</style>
background-color css
<style>
a { background-color: #009285; }
a { background-color: rgb(0,146,133); }
div.DivClassName
{
background-color: #009285;
}
.BgClassName
{
background-color: #009285;
}
</style>
border-color css
<style>
span { border-color: #009285; }
span { border-color: rgb(0,146,133); }
td.TdClassName
{
border-color: #009285;
}
.TagClassName
{
border-color: #009285;
}
</style>