Html Css Color HEX #029F70 Free Speech Aquamarine
📋 copy color: '#029F70'red 2 ◦ green 159 ◦ blue 112
Shades of Free Speech Aquamarine #029F70
Tints of Free Speech Aquamarine #029F70
RGB
CMYK
RGB Variations
Color information
#029F70 (or 0x029F70) is known color: Free Speech Aquamarine. HEX triplet: 02, 9F and 70. RGB value is (2,159,112). Sum of RGB (Red+Green+Blue) = 2+159+112=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #029F70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F70 is #FD608F. Grayscale: #6A6A6A. Windows color (decimal): -16605328 or 7380738. OLE color: 7380738.
HSL color Cylindrical-coordinate representation of color #029F70: hue angle of 162.04º 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 #029F70 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 112 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.38 |
| HSL | 162.04º | 0.98% | 0.32% | - |
| HSV(B) | 162.04º | 0.99% | 0.62% | - |
| XYZ | 15.35 | 25.98 | 19.53 | - |
| YUV | 106.7 | 130.99 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 112 | 0.99 | 0 | 0.30 | 0.38 | 162.04 | 0.98 | 0.32 |
| Hex | 2 | 9F | 70 | 63 | 0 | 1E | 26 | A2 | 62 | 20 |
| Octal | 2 | 237 | 160 | 143 | 0 | 36 | 46 | 242 | 142 | 40 |
| Binary | 10 | 10011111 | 1110000 | 1100011 | 0 | 11110 | 100110 | 10100010 | 1100010 | 100000 |
Color Harmonies of #029F70
Complementary color
Monochromatic Colors of #029F70
Black with #029F70
Text Example
Text Example
White with #029F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F70; }
p { color: rgb(2,159,112); }
H1.HeaderClassName
{
color: #029F70;
}
.AnyTagClassName
{
color: #029F70;
}
</style>
background-color css
<style>
a { background-color: #029F70; }
a { background-color: rgb(2,159,112); }
div.DivClassName
{
background-color: #029F70;
}
.BgClassName
{
background-color: #029F70;
}
</style>
border-color css
<style>
span { border-color: #029F70; }
span { border-color: rgb(2,159,112); }
td.TdClassName
{
border-color: #029F70;
}
.TagClassName
{
border-color: #029F70;
}
</style>