Shades of Dark Cyan #029793
Tints of Dark Cyan #029793
RGB
CMYK
RGB Variations
Color information
#029793 (or 0x029793) is known color: Dark Cyan. HEX triplet: 02, 97 and 93. RGB value is (2,151,147). Sum of RGB (Red+Green+Blue) = 2+151+147=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #029793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029793 is #FD686C. Grayscale: #696969. Windows color (decimal): -16607341 or 9672450. OLE color: 9672450.
HSL color Cylindrical-coordinate representation of color #029793: hue angle of 178.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029793 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 147 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.41 |
| HSL | 178.39º | 0.97% | 0.3% | - |
| HSV(B) | 178.39º | 0.99% | 0.59% | - |
| XYZ | 16.36 | 24.25 | 31.42 | - |
| YUV | 105.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 147 | 0.99 | 0 | 0.03 | 0.41 | 178.39 | 0.97 | 0.3 |
| Hex | 2 | 97 | 93 | 63 | 0 | 3 | 29 | B2 | 61 | 1E |
| Octal | 2 | 227 | 223 | 143 | 0 | 3 | 51 | 262 | 141 | 36 |
| Binary | 10 | 10010111 | 10010011 | 1100011 | 0 | 11 | 101001 | 10110010 | 1100001 | 11110 |
Color Harmonies of #029793
Complementary color
Monochromatic Colors of #029793
Black with #029793
Text Example
Text Example
White with #029793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029793; }
p { color: rgb(2,151,147); }
H1.HeaderClassName
{
color: #029793;
}
.AnyTagClassName
{
color: #029793;
}
</style>
background-color css
<style>
a { background-color: #029793; }
a { background-color: rgb(2,151,147); }
div.DivClassName
{
background-color: #029793;
}
.BgClassName
{
background-color: #029793;
}
</style>
border-color css
<style>
span { border-color: #029793; }
span { border-color: rgb(2,151,147); }
td.TdClassName
{
border-color: #029793;
}
.TagClassName
{
border-color: #029793;
}
</style>