Html Css Color HEX #029C77 Free Speech Aquamarine
📋 copy color: '#029C77'red 2 ◦ green 156 ◦ blue 119
Shades of Free Speech Aquamarine #029C77
Tints of Free Speech Aquamarine #029C77
RGB
CMYK
RGB Variations
Color information
#029C77 (or 0x029C77) is known color: Free Speech Aquamarine. HEX triplet: 02, 9C and 77. RGB value is (2,156,119). Sum of RGB (Red+Green+Blue) = 2+156+119=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #029C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029C77 is #FD6388. Grayscale: #696969. Windows color (decimal): -16606089 or 7838722. OLE color: 7838722.
HSL color Cylindrical-coordinate representation of color #029C77: hue angle of 165.58º 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 #029C77 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 156 | 119 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.39 |
| HSL | 165.58º | 0.97% | 0.31% | - |
| HSV(B) | 165.58º | 0.99% | 0.61% | - |
| XYZ | 15.24 | 25.12 | 21.5 | - |
| YUV | 105.74 | 135.48 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 119 | 0.99 | 0 | 0.24 | 0.39 | 165.58 | 0.97 | 0.31 |
| Hex | 2 | 9C | 77 | 63 | 0 | 18 | 27 | A6 | 61 | 1F |
| Octal | 2 | 234 | 167 | 143 | 0 | 30 | 47 | 246 | 141 | 37 |
| Binary | 10 | 10011100 | 1110111 | 1100011 | 0 | 11000 | 100111 | 10100110 | 1100001 | 11111 |
Color Harmonies of #029C77
Complementary color
Monochromatic Colors of #029C77
Black with #029C77
Text Example
Text Example
White with #029C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029C77; }
p { color: rgb(2,156,119); }
H1.HeaderClassName
{
color: #029C77;
}
.AnyTagClassName
{
color: #029C77;
}
</style>
background-color css
<style>
a { background-color: #029C77; }
a { background-color: rgb(2,156,119); }
div.DivClassName
{
background-color: #029C77;
}
.BgClassName
{
background-color: #029C77;
}
</style>
border-color css
<style>
span { border-color: #029C77; }
span { border-color: rgb(2,156,119); }
td.TdClassName
{
border-color: #029C77;
}
.TagClassName
{
border-color: #029C77;
}
</style>