Html Css Color HEX #029B79 Free Speech Aquamarine
📋 copy color: '#029B79'red 2 ◦ green 155 ◦ blue 121
Shades of Free Speech Aquamarine #029B79
Tints of Free Speech Aquamarine #029B79
RGB
CMYK
RGB Variations
Color information
#029B79 (or 0x029B79) is known color: Free Speech Aquamarine. HEX triplet: 02, 9B and 79. RGB value is (2,155,121). Sum of RGB (Red+Green+Blue) = 2+155+121=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #029B79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B79 is #FD6486. Grayscale: #696969. Windows color (decimal): -16606343 or 7969538. OLE color: 7969538.
HSL color Cylindrical-coordinate representation of color #029B79: hue angle of 166.67º 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 #029B79 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 121 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.39 |
| HSL | 166.67º | 0.97% | 0.31% | - |
| HSV(B) | 166.67º | 0.99% | 0.61% | - |
| XYZ | 15.2 | 24.84 | 22.08 | - |
| YUV | 105.38 | 136.81 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 121 | 0.99 | 0 | 0.22 | 0.39 | 166.67 | 0.97 | 0.31 |
| Hex | 2 | 9B | 79 | 63 | 0 | 16 | 27 | A7 | 61 | 1F |
| Octal | 2 | 233 | 171 | 143 | 0 | 26 | 47 | 247 | 141 | 37 |
| Binary | 10 | 10011011 | 1111001 | 1100011 | 0 | 10110 | 100111 | 10100111 | 1100001 | 11111 |
Color Harmonies of #029B79
Complementary color
Monochromatic Colors of #029B79
Black with #029B79
Text Example
Text Example
White with #029B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B79; }
p { color: rgb(2,155,121); }
H1.HeaderClassName
{
color: #029B79;
}
.AnyTagClassName
{
color: #029B79;
}
</style>
background-color css
<style>
a { background-color: #029B79; }
a { background-color: rgb(2,155,121); }
div.DivClassName
{
background-color: #029B79;
}
.BgClassName
{
background-color: #029B79;
}
</style>
border-color css
<style>
span { border-color: #029B79; }
span { border-color: rgb(2,155,121); }
td.TdClassName
{
border-color: #029B79;
}
.TagClassName
{
border-color: #029B79;
}
</style>