Shades of Dark Cyan #029484
Tints of Dark Cyan #029484
RGB
CMYK
RGB Variations
Color information
#029484 (or 0x029484) is known color: Dark Cyan. HEX triplet: 02, 94 and 84. RGB value is (2,148,132). Sum of RGB (Red+Green+Blue) = 2+148+132=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #029484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029484 is #FD6B7B. Grayscale: #666666. Windows color (decimal): -16608124 or 8688642. OLE color: 8688642.
HSL color Cylindrical-coordinate representation of color #029484: hue angle of 173.42º 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 #029484 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 148 | 132 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.42 |
| HSL | 173.42º | 0.97% | 0.29% | - |
| HSV(B) | 173.42º | 0.99% | 0.58% | - |
| XYZ | 14.78 | 22.86 | 25.46 | - |
| YUV | 102.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 132 | 0.99 | 0 | 0.11 | 0.42 | 173.42 | 0.97 | 0.29 |
| Hex | 2 | 94 | 84 | 63 | 0 | B | 2A | AD | 61 | 1D |
| Octal | 2 | 224 | 204 | 143 | 0 | 13 | 52 | 255 | 141 | 35 |
| Binary | 10 | 10010100 | 10000100 | 1100011 | 0 | 1011 | 101010 | 10101101 | 1100001 | 11101 |
Color Harmonies of #029484
Complementary color
Monochromatic Colors of #029484
Black with #029484
Text Example
Text Example
White with #029484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029484; }
p { color: rgb(2,148,132); }
H1.HeaderClassName
{
color: #029484;
}
.AnyTagClassName
{
color: #029484;
}
</style>
background-color css
<style>
a { background-color: #029484; }
a { background-color: rgb(2,148,132); }
div.DivClassName
{
background-color: #029484;
}
.BgClassName
{
background-color: #029484;
}
</style>
border-color css
<style>
span { border-color: #029484; }
span { border-color: rgb(2,148,132); }
td.TdClassName
{
border-color: #029484;
}
.TagClassName
{
border-color: #029484;
}
</style>