Html Css Color HEX #029C7A Free Speech Aquamarine
📋 copy color: '#029C7A'red 2 ◦ green 156 ◦ blue 122
Shades of Free Speech Aquamarine #029C7A
Tints of Free Speech Aquamarine #029C7A
RGB
CMYK
RGB Variations
Color information
#029C7A (or 0x029C7A) is known color: Free Speech Aquamarine. HEX triplet: 02, 9C and 7A. RGB value is (2,156,122). Sum of RGB (Red+Green+Blue) = 2+156+122=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #029C7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029C7A is #FD6385. Grayscale: #6A6A6A. Windows color (decimal): -16606086 or 8035330. OLE color: 8035330.
HSL color Cylindrical-coordinate representation of color #029C7A: hue angle of 166.75º 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 #029C7A is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 156 | 122 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.39 |
| HSL | 166.75º | 0.97% | 0.31% | - |
| HSV(B) | 166.75º | 0.99% | 0.61% | - |
| XYZ | 15.43 | 25.19 | 22.46 | - |
| YUV | 106.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 122 | 0.99 | 0 | 0.22 | 0.39 | 166.75 | 0.97 | 0.31 |
| Hex | 2 | 9C | 7A | 63 | 0 | 16 | 27 | A7 | 61 | 1F |
| Octal | 2 | 234 | 172 | 143 | 0 | 26 | 47 | 247 | 141 | 37 |
| Binary | 10 | 10011100 | 1111010 | 1100011 | 0 | 10110 | 100111 | 10100111 | 1100001 | 11111 |
Color Harmonies of #029C7A
Complementary color
Monochromatic Colors of #029C7A
Black with #029C7A
Text Example
Text Example
White with #029C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029C7A; }
p { color: rgb(2,156,122); }
H1.HeaderClassName
{
color: #029C7A;
}
.AnyTagClassName
{
color: #029C7A;
}
</style>
background-color css
<style>
a { background-color: #029C7A; }
a { background-color: rgb(2,156,122); }
div.DivClassName
{
background-color: #029C7A;
}
.BgClassName
{
background-color: #029C7A;
}
</style>
border-color css
<style>
span { border-color: #029C7A; }
span { border-color: rgb(2,156,122); }
td.TdClassName
{
border-color: #029C7A;
}
.TagClassName
{
border-color: #029C7A;
}
</style>