Shades of Dark Cyan #029282
Tints of Dark Cyan #029282
RGB
CMYK
RGB Variations
Color information
#029282 (or 0x029282) is known color: Dark Cyan. HEX triplet: 02, 92 and 82. RGB value is (2,146,130). Sum of RGB (Red+Green+Blue) = 2+146+130=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #029282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029282 is #FD6D7D. Grayscale: #656565. Windows color (decimal): -16608638 or 8557058. OLE color: 8557058.
HSL color Cylindrical-coordinate representation of color #029282: hue angle of 173.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029282 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 146 | 130 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.43 |
| HSL | 173.33º | 0.97% | 0.29% | - |
| HSV(B) | 173.33º | 0.99% | 0.57% | - |
| XYZ | 14.33 | 22.18 | 24.65 | - |
| YUV | 101.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 146 | 130 | 0.99 | 0 | 0.11 | 0.43 | 173.33 | 0.97 | 0.29 |
| Hex | 2 | 92 | 82 | 63 | 0 | B | 2B | AD | 61 | 1D |
| Octal | 2 | 222 | 202 | 143 | 0 | 13 | 53 | 255 | 141 | 35 |
| Binary | 10 | 10010010 | 10000010 | 1100011 | 0 | 1011 | 101011 | 10101101 | 1100001 | 11101 |
Color Harmonies of #029282
Complementary color
Monochromatic Colors of #029282
Black with #029282
Text Example
Text Example
White with #029282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029282; }
p { color: rgb(2,146,130); }
H1.HeaderClassName
{
color: #029282;
}
.AnyTagClassName
{
color: #029282;
}
</style>
background-color css
<style>
a { background-color: #029282; }
a { background-color: rgb(2,146,130); }
div.DivClassName
{
background-color: #029282;
}
.BgClassName
{
background-color: #029282;
}
</style>
border-color css
<style>
span { border-color: #029282; }
span { border-color: rgb(2,146,130); }
td.TdClassName
{
border-color: #029282;
}
.TagClassName
{
border-color: #029282;
}
</style>