Shades of Dark Cyan #029798
Tints of Dark Cyan #029798
RGB
CMYK
RGB Variations
Color information
#029798 (or 0x029798) is known color: Dark Cyan. HEX triplet: 02, 97 and 98. RGB value is (2,151,152). Sum of RGB (Red+Green+Blue) = 2+151+152=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #029798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029798 is #FD6867. Grayscale: #6A6A6A. Windows color (decimal): -16607336 or 10000130. OLE color: 10000130.
HSL color Cylindrical-coordinate representation of color #029798: hue angle of 180.4º 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 #029798 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 151 | 152 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.40 |
| HSL | 180.4º | 0.97% | 0.3% | - |
| HSV(B) | 180.4º | 0.99% | 0.6% | - |
| XYZ | 16.76 | 24.41 | 33.53 | - |
| YUV | 106.56 | 153.64 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 152 | 0.99 | 0.01 | 0 | 0.40 | 180.4 | 0.97 | 0.3 |
| Hex | 2 | 97 | 98 | 63 | 1 | 0 | 28 | B4 | 61 | 1E |
| Octal | 2 | 227 | 230 | 143 | 1 | 0 | 50 | 264 | 141 | 36 |
| Binary | 10 | 10010111 | 10011000 | 1100011 | 1 | 0 | 101000 | 10110100 | 1100001 | 11110 |
Color Harmonies of #029798
Complementary color
Monochromatic Colors of #029798
Black with #029798
Text Example
Text Example
White with #029798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029798; }
p { color: rgb(2,151,152); }
H1.HeaderClassName
{
color: #029798;
}
.AnyTagClassName
{
color: #029798;
}
</style>
background-color css
<style>
a { background-color: #029798; }
a { background-color: rgb(2,151,152); }
div.DivClassName
{
background-color: #029798;
}
.BgClassName
{
background-color: #029798;
}
</style>
border-color css
<style>
span { border-color: #029798; }
span { border-color: rgb(2,151,152); }
td.TdClassName
{
border-color: #029798;
}
.TagClassName
{
border-color: #029798;
}
</style>