Html Css Color HEX #029B72 Free Speech Aquamarine
📋 copy color: '#029B72'red 2 ◦ green 155 ◦ blue 114
Shades of Free Speech Aquamarine #029B72
Tints of Free Speech Aquamarine #029B72
RGB
CMYK
RGB Variations
Color information
#029B72 (or 0x029B72) is known color: Free Speech Aquamarine. HEX triplet: 02, 9B and 72. RGB value is (2,155,114). Sum of RGB (Red+Green+Blue) = 2+155+114=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 155 (60.94% from 255 or 57.20% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 155 - color contains mainly: green. Hex color #029B72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B72 is #FD648D. Grayscale: #686868. Windows color (decimal): -16606350 or 7510786. OLE color: 7510786.
HSL color Cylindrical-coordinate representation of color #029B72: hue angle of 163.92º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B72 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 114 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.39 |
| HSL | 163.92º | 0.97% | 0.31% | - |
| HSV(B) | 163.92º | 0.99% | 0.61% | - |
| XYZ | 14.78 | 24.67 | 19.9 | - |
| YUV | 104.58 | 133.31 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 114 | 0.99 | 0 | 0.26 | 0.39 | 163.92 | 0.97 | 0.31 |
| Hex | 2 | 9B | 72 | 63 | 0 | 1A | 27 | A4 | 61 | 1F |
| Octal | 2 | 233 | 162 | 143 | 0 | 32 | 47 | 244 | 141 | 37 |
| Binary | 10 | 10011011 | 1110010 | 1100011 | 0 | 11010 | 100111 | 10100100 | 1100001 | 11111 |
Color Harmonies of #029B72
Complementary color
Monochromatic Colors of #029B72
Black with #029B72
Text Example
Text Example
White with #029B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B72; }
p { color: rgb(2,155,114); }
H1.HeaderClassName
{
color: #029B72;
}
.AnyTagClassName
{
color: #029B72;
}
</style>
background-color css
<style>
a { background-color: #029B72; }
a { background-color: rgb(2,155,114); }
div.DivClassName
{
background-color: #029B72;
}
.BgClassName
{
background-color: #029B72;
}
</style>
border-color css
<style>
span { border-color: #029B72; }
span { border-color: rgb(2,155,114); }
td.TdClassName
{
border-color: #029B72;
}
.TagClassName
{
border-color: #029B72;
}
</style>