Shades of Dark Cyan #009282
Tints of Dark Cyan #009282
RGB
CMYK
RGB Variations
Color information
#009282 (or 0x009282) is known color: Dark Cyan. HEX triplet: 00, 92 and 82. RGB value is (0,146,130). Sum of RGB (Red+Green+Blue) = 0+146+130=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #009282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009282 is #FF6D7D. Grayscale: #646464. Windows color (decimal): -16739710 or 8557056. OLE color: 8557056.
HSL color Cylindrical-coordinate representation of color #009282: hue angle of 173.42º 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 #009282 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 130 | - |
| CMYK | 1 | 0 | 0.11 | 0.43 |
| HSL | 173.42º | 1% | 0.29% | - |
| HSV(B) | 173.42º | 1% | 0.57% | - |
| XYZ | 14.31 | 22.17 | 24.64 | - |
| YUV | 100.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 130 | 1 | 0 | 0.11 | 0.43 | 173.42 | 1 | 0.29 |
| Hex | 0 | 92 | 82 | 64 | 0 | B | 2B | AD | 64 | 1D |
| Octal | 0 | 222 | 202 | 144 | 0 | 13 | 53 | 255 | 144 | 35 |
| Binary | 0 | 10010010 | 10000010 | 1100100 | 0 | 1011 | 101011 | 10101101 | 1100100 | 11101 |
Color Harmonies of #009282
Complementary color
Monochromatic Colors of #009282
Black with #009282
Text Example
Text Example
White with #009282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009282; }
p { color: rgb(0,146,130); }
H1.HeaderClassName
{
color: #009282;
}
.AnyTagClassName
{
color: #009282;
}
</style>
background-color css
<style>
a { background-color: #009282; }
a { background-color: rgb(0,146,130); }
div.DivClassName
{
background-color: #009282;
}
.BgClassName
{
background-color: #009282;
}
</style>
border-color css
<style>
span { border-color: #009282; }
span { border-color: rgb(0,146,130); }
td.TdClassName
{
border-color: #009282;
}
.TagClassName
{
border-color: #009282;
}
</style>