Html Css Color HEX #029A84 Free Speech Aquamarine
📋 copy color: '#029A84'red 2 ◦ green 154 ◦ blue 132
Shades of Free Speech Aquamarine #029A84
Tints of Free Speech Aquamarine #029A84
RGB
CMYK
RGB Variations
Color information
#029A84 (or 0x029A84) is known color: Free Speech Aquamarine. HEX triplet: 02, 9A and 84. RGB value is (2,154,132). Sum of RGB (Red+Green+Blue) = 2+154+132=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #029A84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029A84 is #FD657B. Grayscale: #696969. Windows color (decimal): -16606588 or 8690178. OLE color: 8690178.
HSL color Cylindrical-coordinate representation of color #029A84: hue angle of 171.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A84 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 154 | 132 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.40 |
| HSL | 171.32º | 0.97% | 0.31% | - |
| HSV(B) | 171.32º | 0.99% | 0.6% | - |
| XYZ | 15.75 | 24.79 | 25.78 | - |
| YUV | 106.04 | 142.64 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 132 | 0.99 | 0 | 0.14 | 0.40 | 171.32 | 0.97 | 0.31 |
| Hex | 2 | 9A | 84 | 63 | 0 | E | 28 | AB | 61 | 1F |
| Octal | 2 | 232 | 204 | 143 | 0 | 16 | 50 | 253 | 141 | 37 |
| Binary | 10 | 10011010 | 10000100 | 1100011 | 0 | 1110 | 101000 | 10101011 | 1100001 | 11111 |
Color Harmonies of #029A84
Complementary color
Monochromatic Colors of #029A84
Black with #029A84
Text Example
Text Example
White with #029A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029A84; }
p { color: rgb(2,154,132); }
H1.HeaderClassName
{
color: #029A84;
}
.AnyTagClassName
{
color: #029A84;
}
</style>
background-color css
<style>
a { background-color: #029A84; }
a { background-color: rgb(2,154,132); }
div.DivClassName
{
background-color: #029A84;
}
.BgClassName
{
background-color: #029A84;
}
</style>
border-color css
<style>
span { border-color: #029A84; }
span { border-color: rgb(2,154,132); }
td.TdClassName
{
border-color: #029A84;
}
.TagClassName
{
border-color: #029A84;
}
</style>