Html Css Color HEX #029771 Free Speech Aquamarine
📋 copy color: '#029771'red 2 ◦ green 151 ◦ blue 113
Shades of Free Speech Aquamarine #029771
Tints of Free Speech Aquamarine #029771
RGB
CMYK
RGB Variations
Color information
#029771 (or 0x029771) is known color: Free Speech Aquamarine. HEX triplet: 02, 97 and 71. RGB value is (2,151,113). Sum of RGB (Red+Green+Blue) = 2+151+113=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #029771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029771 is #FD688E. Grayscale: #666666. Windows color (decimal): -16607375 or 7444226. OLE color: 7444226.
HSL color Cylindrical-coordinate representation of color #029771: hue angle of 164.7º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029771 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 113 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.41 |
| HSL | 164.7º | 0.97% | 0.3% | - |
| HSV(B) | 164.7º | 0.99% | 0.59% | - |
| XYZ | 14.07 | 23.34 | 19.39 | - |
| YUV | 102.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 113 | 0.99 | 0 | 0.25 | 0.41 | 164.7 | 0.97 | 0.3 |
| Hex | 2 | 97 | 71 | 63 | 0 | 19 | 29 | A5 | 61 | 1E |
| Octal | 2 | 227 | 161 | 143 | 0 | 31 | 51 | 245 | 141 | 36 |
| Binary | 10 | 10010111 | 1110001 | 1100011 | 0 | 11001 | 101001 | 10100101 | 1100001 | 11110 |
Color Harmonies of #029771
Complementary color
Monochromatic Colors of #029771
Black with #029771
Text Example
Text Example
White with #029771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029771; }
p { color: rgb(2,151,113); }
H1.HeaderClassName
{
color: #029771;
}
.AnyTagClassName
{
color: #029771;
}
</style>
background-color css
<style>
a { background-color: #029771; }
a { background-color: rgb(2,151,113); }
div.DivClassName
{
background-color: #029771;
}
.BgClassName
{
background-color: #029771;
}
</style>
border-color css
<style>
span { border-color: #029771; }
span { border-color: rgb(2,151,113); }
td.TdClassName
{
border-color: #029771;
}
.TagClassName
{
border-color: #029771;
}
</style>