Shades of Dark Cyan #029198
Tints of Dark Cyan #029198
RGB
CMYK
RGB Variations
Color information
#029198 (or 0x029198) is known color: Dark Cyan. HEX triplet: 02, 91 and 98. RGB value is (2,145,152). Sum of RGB (Red+Green+Blue) = 2+145+152=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #029198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029198 is #FD6E67. Grayscale: #666666. Windows color (decimal): -16608872 or 9998594. OLE color: 9998594.
HSL color Cylindrical-coordinate representation of color #029198: hue angle of 182.8º 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 #029198 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 145 | 152 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.40 |
| HSL | 182.8º | 0.97% | 0.3% | - |
| HSV(B) | 182.8º | 0.99% | 0.6% | - |
| XYZ | 15.82 | 22.53 | 33.22 | - |
| YUV | 103.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 152 | 0.99 | 0.05 | 0 | 0.40 | 182.8 | 0.97 | 0.3 |
| Hex | 2 | 91 | 98 | 63 | 5 | 0 | 28 | B7 | 61 | 1E |
| Octal | 2 | 221 | 230 | 143 | 5 | 0 | 50 | 267 | 141 | 36 |
| Binary | 10 | 10010001 | 10011000 | 1100011 | 101 | 0 | 101000 | 10110111 | 1100001 | 11110 |
Color Harmonies of #029198
Complementary color
Monochromatic Colors of #029198
Black with #029198
Text Example
Text Example
White with #029198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029198; }
p { color: rgb(2,145,152); }
H1.HeaderClassName
{
color: #029198;
}
.AnyTagClassName
{
color: #029198;
}
</style>
background-color css
<style>
a { background-color: #029198; }
a { background-color: rgb(2,145,152); }
div.DivClassName
{
background-color: #029198;
}
.BgClassName
{
background-color: #029198;
}
</style>
border-color css
<style>
span { border-color: #029198; }
span { border-color: rgb(2,145,152); }
td.TdClassName
{
border-color: #029198;
}
.TagClassName
{
border-color: #029198;
}
</style>