Html Css Color HEX #029B76 Free Speech Aquamarine
📋 copy color: '#029B76'red 2 ◦ green 155 ◦ blue 118
Shades of Free Speech Aquamarine #029B76
Tints of Free Speech Aquamarine #029B76
RGB
CMYK
RGB Variations
Color information
#029B76 (or 0x029B76) is known color: Free Speech Aquamarine. HEX triplet: 02, 9B and 76. RGB value is (2,155,118). Sum of RGB (Red+Green+Blue) = 2+155+118=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #029B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B76 is #FD6489. Grayscale: #696969. Windows color (decimal): -16606346 or 7772930. OLE color: 7772930.
HSL color Cylindrical-coordinate representation of color #029B76: hue angle of 165.49º 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 #029B76 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 155 | 118 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.39 |
| HSL | 165.49º | 0.97% | 0.31% | - |
| HSV(B) | 165.49º | 0.99% | 0.61% | - |
| XYZ | 15.02 | 24.76 | 21.13 | - |
| YUV | 105.04 | 135.31 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 155 | 118 | 0.99 | 0 | 0.24 | 0.39 | 165.49 | 0.97 | 0.31 |
| Hex | 2 | 9B | 76 | 63 | 0 | 18 | 27 | A5 | 61 | 1F |
| Octal | 2 | 233 | 166 | 143 | 0 | 30 | 47 | 245 | 141 | 37 |
| Binary | 10 | 10011011 | 1110110 | 1100011 | 0 | 11000 | 100111 | 10100101 | 1100001 | 11111 |
Color Harmonies of #029B76
Complementary color
Monochromatic Colors of #029B76
Black with #029B76
Text Example
Text Example
White with #029B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029B76; }
p { color: rgb(2,155,118); }
H1.HeaderClassName
{
color: #029B76;
}
.AnyTagClassName
{
color: #029B76;
}
</style>
background-color css
<style>
a { background-color: #029B76; }
a { background-color: rgb(2,155,118); }
div.DivClassName
{
background-color: #029B76;
}
.BgClassName
{
background-color: #029B76;
}
</style>
border-color css
<style>
span { border-color: #029B76; }
span { border-color: rgb(2,155,118); }
td.TdClassName
{
border-color: #029B76;
}
.TagClassName
{
border-color: #029B76;
}
</style>