Shades of Dark Cyan #029284
Tints of Dark Cyan #029284
RGB
CMYK
RGB Variations
Color information
#029284 (or 0x029284) is known color: Dark Cyan. HEX triplet: 02, 92 and 84. RGB value is (2,146,132). Sum of RGB (Red+Green+Blue) = 2+146+132=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #029284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029284 is #FD6D7B. Grayscale: #656565. Windows color (decimal): -16608636 or 8688130. OLE color: 8688130.
HSL color Cylindrical-coordinate representation of color #029284: hue angle of 174.17º 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 #029284 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 146 | 132 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.43 |
| HSL | 174.17º | 0.97% | 0.29% | - |
| HSV(B) | 174.17º | 0.99% | 0.57% | - |
| XYZ | 14.47 | 22.24 | 25.36 | - |
| YUV | 101.35 | 145.29 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 146 | 132 | 0.99 | 0 | 0.10 | 0.43 | 174.17 | 0.97 | 0.29 |
| Hex | 2 | 92 | 84 | 63 | 0 | A | 2B | AE | 61 | 1D |
| Octal | 2 | 222 | 204 | 143 | 0 | 12 | 53 | 256 | 141 | 35 |
| Binary | 10 | 10010010 | 10000100 | 1100011 | 0 | 1010 | 101011 | 10101110 | 1100001 | 11101 |
Color Harmonies of #029284
Complementary color
Monochromatic Colors of #029284
Black with #029284
Text Example
Text Example
White with #029284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029284; }
p { color: rgb(2,146,132); }
H1.HeaderClassName
{
color: #029284;
}
.AnyTagClassName
{
color: #029284;
}
</style>
background-color css
<style>
a { background-color: #029284; }
a { background-color: rgb(2,146,132); }
div.DivClassName
{
background-color: #029284;
}
.BgClassName
{
background-color: #029284;
}
</style>
border-color css
<style>
span { border-color: #029284; }
span { border-color: rgb(2,146,132); }
td.TdClassName
{
border-color: #029284;
}
.TagClassName
{
border-color: #029284;
}
</style>