Html Css Color HEX #029C79 Free Speech Aquamarine
📋 copy color: '#029C79'red 2 ◦ green 156 ◦ blue 121
Shades of Free Speech Aquamarine #029C79
Tints of Free Speech Aquamarine #029C79
RGB
CMYK
RGB Variations
Color information
#029C79 (or 0x029C79) is known color: Free Speech Aquamarine. HEX triplet: 02, 9C and 79. RGB value is (2,156,121). Sum of RGB (Red+Green+Blue) = 2+156+121=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #029C79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029C79 is #FD6386. Grayscale: #696969. Windows color (decimal): -16606087 or 7969794. OLE color: 7969794.
HSL color Cylindrical-coordinate representation of color #029C79: hue angle of 166.36º 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 #029C79 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 156 | 121 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.39 |
| HSL | 166.36º | 0.97% | 0.31% | - |
| HSV(B) | 166.36º | 0.99% | 0.61% | - |
| XYZ | 15.36 | 25.17 | 22.14 | - |
| YUV | 105.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 121 | 0.99 | 0 | 0.22 | 0.39 | 166.36 | 0.97 | 0.31 |
| Hex | 2 | 9C | 79 | 63 | 0 | 16 | 27 | A6 | 61 | 1F |
| Octal | 2 | 234 | 171 | 143 | 0 | 26 | 47 | 246 | 141 | 37 |
| Binary | 10 | 10011100 | 1111001 | 1100011 | 0 | 10110 | 100111 | 10100110 | 1100001 | 11111 |
Color Harmonies of #029C79
Complementary color
Monochromatic Colors of #029C79
Black with #029C79
Text Example
Text Example
White with #029C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029C79; }
p { color: rgb(2,156,121); }
H1.HeaderClassName
{
color: #029C79;
}
.AnyTagClassName
{
color: #029C79;
}
</style>
background-color css
<style>
a { background-color: #029C79; }
a { background-color: rgb(2,156,121); }
div.DivClassName
{
background-color: #029C79;
}
.BgClassName
{
background-color: #029C79;
}
</style>
border-color css
<style>
span { border-color: #029C79; }
span { border-color: rgb(2,156,121); }
td.TdClassName
{
border-color: #029C79;
}
.TagClassName
{
border-color: #029C79;
}
</style>