Html Css Color HEX #029F7A Free Speech Aquamarine
📋 copy color: '#029F7A'red 2 ◦ green 159 ◦ blue 122
Shades of Free Speech Aquamarine #029F7A
Tints of Free Speech Aquamarine #029F7A
RGB
CMYK
RGB Variations
Color information
#029F7A (or 0x029F7A) is known color: Free Speech Aquamarine. HEX triplet: 02, 9F and 7A. RGB value is (2,159,122). Sum of RGB (Red+Green+Blue) = 2+159+122=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #029F7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F7A is #FD6085. Grayscale: #6B6B6B. Windows color (decimal): -16605318 or 8036098. OLE color: 8036098.
HSL color Cylindrical-coordinate representation of color #029F7A: hue angle of 165.86º 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 #029F7A is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 159 | 122 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.38 |
| HSL | 165.86º | 0.98% | 0.32% | - |
| HSV(B) | 165.86º | 0.99% | 0.62% | - |
| XYZ | 15.94 | 26.21 | 22.63 | - |
| YUV | 107.84 | 135.99 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 122 | 0.99 | 0 | 0.23 | 0.38 | 165.86 | 0.98 | 0.32 |
| Hex | 2 | 9F | 7A | 63 | 0 | 17 | 26 | A6 | 62 | 20 |
| Octal | 2 | 237 | 172 | 143 | 0 | 27 | 46 | 246 | 142 | 40 |
| Binary | 10 | 10011111 | 1111010 | 1100011 | 0 | 10111 | 100110 | 10100110 | 1100010 | 100000 |
Color Harmonies of #029F7A
Complementary color
Monochromatic Colors of #029F7A
Black with #029F7A
Text Example
Text Example
White with #029F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029F7A; }
p { color: rgb(2,159,122); }
H1.HeaderClassName
{
color: #029F7A;
}
.AnyTagClassName
{
color: #029F7A;
}
</style>
background-color css
<style>
a { background-color: #029F7A; }
a { background-color: rgb(2,159,122); }
div.DivClassName
{
background-color: #029F7A;
}
.BgClassName
{
background-color: #029F7A;
}
</style>
border-color css
<style>
span { border-color: #029F7A; }
span { border-color: rgb(2,159,122); }
td.TdClassName
{
border-color: #029F7A;
}
.TagClassName
{
border-color: #029F7A;
}
</style>