Html Css Color HEX #029F6E Free Speech Aquamarine
📋 copy color: '#029F6E'red 2 ◦ green 159 ◦ blue 110
Shades of Free Speech Aquamarine #029F6E
Tints of Free Speech Aquamarine #029F6E
RGB
CMYK
RGB Variations
Color information
#029F6E (or 0x029F6E) is known color: Free Speech Aquamarine. HEX triplet: 02, 9F and 6E. RGB value is (2,159,110). Sum of RGB (Red+Green+Blue) = 2+159+110=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #029F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F6E is #FD6091. Grayscale: #6A6A6A. Windows color (decimal): -16605330 or 7249666. OLE color: 7249666.
HSL color Cylindrical-coordinate representation of color #029F6E: hue angle of 161.27º 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 #029F6E is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 110 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.38 |
| HSL | 161.27º | 0.98% | 0.32% | - |
| HSV(B) | 161.27º | 0.99% | 0.62% | - |
| XYZ | 15.24 | 25.93 | 18.95 | - |
| YUV | 106.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 110 | 0.99 | 0 | 0.31 | 0.38 | 161.27 | 0.98 | 0.32 |
| Hex | 2 | 9F | 6E | 63 | 0 | 1F | 26 | A1 | 62 | 20 |
| Octal | 2 | 237 | 156 | 143 | 0 | 37 | 46 | 241 | 142 | 40 |
| Binary | 10 | 10011111 | 1101110 | 1100011 | 0 | 11111 | 100110 | 10100001 | 1100010 | 100000 |
Color Harmonies of #029F6E
Complementary color
Monochromatic Colors of #029F6E
Black with #029F6E
Text Example
Text Example
White with #029F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F6E; }
p { color: rgb(2,159,110); }
H1.HeaderClassName
{
color: #029F6E;
}
.AnyTagClassName
{
color: #029F6E;
}
</style>
background-color css
<style>
a { background-color: #029F6E; }
a { background-color: rgb(2,159,110); }
div.DivClassName
{
background-color: #029F6E;
}
.BgClassName
{
background-color: #029F6E;
}
</style>
border-color css
<style>
span { border-color: #029F6E; }
span { border-color: rgb(2,159,110); }
td.TdClassName
{
border-color: #029F6E;
}
.TagClassName
{
border-color: #029F6E;
}
</style>