Html Css Color HEX #029F77 Free Speech Aquamarine
📋 copy color: '#029F77'red 2 ◦ green 159 ◦ blue 119
Shades of Free Speech Aquamarine #029F77
Tints of Free Speech Aquamarine #029F77
RGB
CMYK
RGB Variations
Color information
#029F77 (or 0x029F77) is known color: Free Speech Aquamarine. HEX triplet: 02, 9F and 77. RGB value is (2,159,119). Sum of RGB (Red+Green+Blue) = 2+159+119=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #029F77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F77 is #FD6088. Grayscale: #6B6B6B. Windows color (decimal): -16605321 or 7839490. OLE color: 7839490.
HSL color Cylindrical-coordinate representation of color #029F77: hue angle of 164.71º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F77 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 119 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.38 |
| HSL | 164.71º | 0.98% | 0.32% | - |
| HSV(B) | 164.71º | 0.99% | 0.62% | - |
| XYZ | 15.75 | 26.14 | 21.67 | - |
| YUV | 107.5 | 134.49 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 119 | 0.99 | 0 | 0.25 | 0.38 | 164.71 | 0.98 | 0.32 |
| Hex | 2 | 9F | 77 | 63 | 0 | 19 | 26 | A5 | 62 | 20 |
| Octal | 2 | 237 | 167 | 143 | 0 | 31 | 46 | 245 | 142 | 40 |
| Binary | 10 | 10011111 | 1110111 | 1100011 | 0 | 11001 | 100110 | 10100101 | 1100010 | 100000 |
Color Harmonies of #029F77
Complementary color
Monochromatic Colors of #029F77
Black with #029F77
Text Example
Text Example
White with #029F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F77; }
p { color: rgb(2,159,119); }
H1.HeaderClassName
{
color: #029F77;
}
.AnyTagClassName
{
color: #029F77;
}
</style>
background-color css
<style>
a { background-color: #029F77; }
a { background-color: rgb(2,159,119); }
div.DivClassName
{
background-color: #029F77;
}
.BgClassName
{
background-color: #029F77;
}
</style>
border-color css
<style>
span { border-color: #029F77; }
span { border-color: rgb(2,159,119); }
td.TdClassName
{
border-color: #029F77;
}
.TagClassName
{
border-color: #029F77;
}
</style>