Shades of Dark Cyan #029392
Tints of Dark Cyan #029392
RGB
CMYK
RGB Variations
Color information
#029392 (or 0x029392) is known color: Dark Cyan. HEX triplet: 02, 93 and 92. RGB value is (2,147,146). Sum of RGB (Red+Green+Blue) = 2+147+146=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #029392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029392 is #FD6C6D. Grayscale: #676767. Windows color (decimal): -16608366 or 9605890. OLE color: 9605890.
HSL color Cylindrical-coordinate representation of color #029392: hue angle of 179.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029392 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 147 | 146 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.42 |
| HSL | 179.59º | 0.97% | 0.29% | - |
| HSV(B) | 179.59º | 0.99% | 0.58% | - |
| XYZ | 15.65 | 22.96 | 30.8 | - |
| YUV | 103.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 146 | 0.99 | 0 | 0.01 | 0.42 | 179.59 | 0.97 | 0.29 |
| Hex | 2 | 93 | 92 | 63 | 0 | 1 | 2A | B4 | 61 | 1D |
| Octal | 2 | 223 | 222 | 143 | 0 | 1 | 52 | 264 | 141 | 35 |
| Binary | 10 | 10010011 | 10010010 | 1100011 | 0 | 1 | 101010 | 10110100 | 1100001 | 11101 |
Color Harmonies of #029392
Complementary color
Monochromatic Colors of #029392
Black with #029392
Text Example
Text Example
White with #029392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029392; }
p { color: rgb(2,147,146); }
H1.HeaderClassName
{
color: #029392;
}
.AnyTagClassName
{
color: #029392;
}
</style>
background-color css
<style>
a { background-color: #029392; }
a { background-color: rgb(2,147,146); }
div.DivClassName
{
background-color: #029392;
}
.BgClassName
{
background-color: #029392;
}
</style>
border-color css
<style>
span { border-color: #029392; }
span { border-color: rgb(2,147,146); }
td.TdClassName
{
border-color: #029392;
}
.TagClassName
{
border-color: #029392;
}
</style>