Shades of Dark Cyan #029598
Tints of Dark Cyan #029598
RGB
CMYK
RGB Variations
Color information
#029598 (or 0x029598) is known color: Dark Cyan. HEX triplet: 02, 95 and 98. RGB value is (2,149,152). Sum of RGB (Red+Green+Blue) = 2+149+152=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #029598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029598 is #FD6A67. Grayscale: #696969. Windows color (decimal): -16607848 or 9999618. OLE color: 9999618.
HSL color Cylindrical-coordinate representation of color #029598: hue angle of 181.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029598 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 149 | 152 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.40 |
| HSL | 181.2º | 0.97% | 0.3% | - |
| HSV(B) | 181.2º | 0.99% | 0.6% | - |
| XYZ | 16.44 | 23.77 | 33.43 | - |
| YUV | 105.39 | 154.3 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 152 | 0.99 | 0.02 | 0 | 0.40 | 181.2 | 0.97 | 0.3 |
| Hex | 2 | 95 | 98 | 63 | 2 | 0 | 28 | B5 | 61 | 1E |
| Octal | 2 | 225 | 230 | 143 | 2 | 0 | 50 | 265 | 141 | 36 |
| Binary | 10 | 10010101 | 10011000 | 1100011 | 10 | 0 | 101000 | 10110101 | 1100001 | 11110 |
Color Harmonies of #029598
Complementary color
Monochromatic Colors of #029598
Black with #029598
Text Example
Text Example
White with #029598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029598; }
p { color: rgb(2,149,152); }
H1.HeaderClassName
{
color: #029598;
}
.AnyTagClassName
{
color: #029598;
}
</style>
background-color css
<style>
a { background-color: #029598; }
a { background-color: rgb(2,149,152); }
div.DivClassName
{
background-color: #029598;
}
.BgClassName
{
background-color: #029598;
}
</style>
border-color css
<style>
span { border-color: #029598; }
span { border-color: rgb(2,149,152); }
td.TdClassName
{
border-color: #029598;
}
.TagClassName
{
border-color: #029598;
}
</style>