Html Css Color HEX #029775 Free Speech Aquamarine
📋 copy color: '#029775'red 2 ◦ green 151 ◦ blue 117
Shades of Free Speech Aquamarine #029775
Tints of Free Speech Aquamarine #029775
RGB
CMYK
RGB Variations
Color information
#029775 (or 0x029775) is known color: Free Speech Aquamarine. HEX triplet: 02, 97 and 75. RGB value is (2,151,117). Sum of RGB (Red+Green+Blue) = 2+151+117=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #029775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029775 is #FD688A. Grayscale: #666666. Windows color (decimal): -16607371 or 7706370. OLE color: 7706370.
HSL color Cylindrical-coordinate representation of color #029775: hue angle of 166.31º 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 #029775 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 151 | 117 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.41 |
| HSL | 166.31º | 0.97% | 0.3% | - |
| HSV(B) | 166.31º | 0.99% | 0.59% | - |
| XYZ | 14.3 | 23.43 | 20.6 | - |
| YUV | 102.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 117 | 0.99 | 0 | 0.23 | 0.41 | 166.31 | 0.97 | 0.3 |
| Hex | 2 | 97 | 75 | 63 | 0 | 17 | 29 | A6 | 61 | 1E |
| Octal | 2 | 227 | 165 | 143 | 0 | 27 | 51 | 246 | 141 | 36 |
| Binary | 10 | 10010111 | 1110101 | 1100011 | 0 | 10111 | 101001 | 10100110 | 1100001 | 11110 |
Color Harmonies of #029775
Complementary color
Monochromatic Colors of #029775
Black with #029775
Text Example
Text Example
White with #029775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029775; }
p { color: rgb(2,151,117); }
H1.HeaderClassName
{
color: #029775;
}
.AnyTagClassName
{
color: #029775;
}
</style>
background-color css
<style>
a { background-color: #029775; }
a { background-color: rgb(2,151,117); }
div.DivClassName
{
background-color: #029775;
}
.BgClassName
{
background-color: #029775;
}
</style>
border-color css
<style>
span { border-color: #029775; }
span { border-color: rgb(2,151,117); }
td.TdClassName
{
border-color: #029775;
}
.TagClassName
{
border-color: #029775;
}
</style>