Html Css Color HEX #119771 Free Speech Aquamarine
📋 copy color: '#119771'red 17 ◦ green 151 ◦ blue 113
Shades of Free Speech Aquamarine #119771
Tints of Free Speech Aquamarine #119771
RGB
CMYK
RGB Variations
Color information
#119771 (or 0x119771) is known color: Free Speech Aquamarine. HEX triplet: 11, 97 and 71. RGB value is (17,151,113). Sum of RGB (Red+Green+Blue) = 17+151+113=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #119771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119771 is #EE688E. Grayscale: #6A6A6A. Windows color (decimal): -15624335 or 7444241. OLE color: 7444241.
HSL color Cylindrical-coordinate representation of color #119771: hue angle of 162.99º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119771 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 113 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.41 |
| HSL | 162.99º | 0.8% | 0.33% | - |
| HSV(B) | 162.99º | 0.89% | 0.59% | - |
| XYZ | 14.28 | 23.44 | 19.4 | - |
| YUV | 106.6 | 131.61 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 113 | 0.89 | 0 | 0.25 | 0.41 | 162.99 | 0.8 | 0.33 |
| Hex | 11 | 97 | 71 | 59 | 0 | 19 | 29 | A3 | 50 | 21 |
| Octal | 21 | 227 | 161 | 131 | 0 | 31 | 51 | 243 | 120 | 41 |
| Binary | 10001 | 10010111 | 1110001 | 1011001 | 0 | 11001 | 101001 | 10100011 | 1010000 | 100001 |
Color Harmonies of #119771
Complementary color
Monochromatic Colors of #119771
Black with #119771
Text Example
Text Example
White with #119771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119771; }
p { color: rgb(17,151,113); }
H1.HeaderClassName
{
color: #119771;
}
.AnyTagClassName
{
color: #119771;
}
</style>
background-color css
<style>
a { background-color: #119771; }
a { background-color: rgb(17,151,113); }
div.DivClassName
{
background-color: #119771;
}
.BgClassName
{
background-color: #119771;
}
</style>
border-color css
<style>
span { border-color: #119771; }
span { border-color: rgb(17,151,113); }
td.TdClassName
{
border-color: #119771;
}
.TagClassName
{
border-color: #119771;
}
</style>