Html Css Color HEX #029E76 Free Speech Aquamarine
📋 copy color: '#029E76'red 2 ◦ green 158 ◦ blue 118
Shades of Free Speech Aquamarine #029E76
Tints of Free Speech Aquamarine #029E76
RGB
CMYK
RGB Variations
Color information
#029E76 (or 0x029E76) is known color: Free Speech Aquamarine. HEX triplet: 02, 9E and 76. RGB value is (2,158,118). Sum of RGB (Red+Green+Blue) = 2+158+118=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #029E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029E76 is #FD6189. Grayscale: #6A6A6A. Windows color (decimal): -16605578 or 7773698. OLE color: 7773698.
HSL color Cylindrical-coordinate representation of color #029E76: hue angle of 164.62º 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 #029E76 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 158 | 118 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.38 |
| HSL | 164.62º | 0.98% | 0.31% | - |
| HSV(B) | 164.62º | 0.99% | 0.62% | - |
| XYZ | 15.52 | 25.77 | 21.3 | - |
| YUV | 106.8 | 134.32 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 118 | 0.99 | 0 | 0.25 | 0.38 | 164.62 | 0.98 | 0.31 |
| Hex | 2 | 9E | 76 | 63 | 0 | 19 | 26 | A5 | 62 | 1F |
| Octal | 2 | 236 | 166 | 143 | 0 | 31 | 46 | 245 | 142 | 37 |
| Binary | 10 | 10011110 | 1110110 | 1100011 | 0 | 11001 | 100110 | 10100101 | 1100010 | 11111 |
Color Harmonies of #029E76
Complementary color
Monochromatic Colors of #029E76
Black with #029E76
Text Example
Text Example
White with #029E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029E76; }
p { color: rgb(2,158,118); }
H1.HeaderClassName
{
color: #029E76;
}
.AnyTagClassName
{
color: #029E76;
}
</style>
background-color css
<style>
a { background-color: #029E76; }
a { background-color: rgb(2,158,118); }
div.DivClassName
{
background-color: #029E76;
}
.BgClassName
{
background-color: #029E76;
}
</style>
border-color css
<style>
span { border-color: #029E76; }
span { border-color: rgb(2,158,118); }
td.TdClassName
{
border-color: #029E76;
}
.TagClassName
{
border-color: #029E76;
}
</style>