Html Css Color HEX #029E72 Free Speech Aquamarine
📋 copy color: '#029E72'red 2 ◦ green 158 ◦ blue 114
Shades of Free Speech Aquamarine #029E72
Tints of Free Speech Aquamarine #029E72
RGB
CMYK
RGB Variations
Color information
#029E72 (or 0x029E72) is known color: Free Speech Aquamarine. HEX triplet: 02, 9E and 72. RGB value is (2,158,114). Sum of RGB (Red+Green+Blue) = 2+158+114=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #029E72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029E72 is #FD618D. Grayscale: #6A6A6A. Windows color (decimal): -16605582 or 7511554. OLE color: 7511554.
HSL color Cylindrical-coordinate representation of color #029E72: hue angle of 163.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E72 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 114 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.38 |
| HSL | 163.08º | 0.98% | 0.31% | - |
| HSV(B) | 163.08º | 0.99% | 0.62% | - |
| XYZ | 15.29 | 25.68 | 20.07 | - |
| YUV | 106.34 | 132.32 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 114 | 0.99 | 0 | 0.28 | 0.38 | 163.08 | 0.98 | 0.31 |
| Hex | 2 | 9E | 72 | 63 | 0 | 1C | 26 | A3 | 62 | 1F |
| Octal | 2 | 236 | 162 | 143 | 0 | 34 | 46 | 243 | 142 | 37 |
| Binary | 10 | 10011110 | 1110010 | 1100011 | 0 | 11100 | 100110 | 10100011 | 1100010 | 11111 |
Color Harmonies of #029E72
Complementary color
Monochromatic Colors of #029E72
Black with #029E72
Text Example
Text Example
White with #029E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E72; }
p { color: rgb(2,158,114); }
H1.HeaderClassName
{
color: #029E72;
}
.AnyTagClassName
{
color: #029E72;
}
</style>
background-color css
<style>
a { background-color: #029E72; }
a { background-color: rgb(2,158,114); }
div.DivClassName
{
background-color: #029E72;
}
.BgClassName
{
background-color: #029E72;
}
</style>
border-color css
<style>
span { border-color: #029E72; }
span { border-color: rgb(2,158,114); }
td.TdClassName
{
border-color: #029E72;
}
.TagClassName
{
border-color: #029E72;
}
</style>