Html Css Color HEX #119F77 Free Speech Aquamarine
📋 copy color: '#119F77'red 17 ◦ green 159 ◦ blue 119
Shades of Free Speech Aquamarine #119F77
Tints of Free Speech Aquamarine #119F77
RGB
CMYK
RGB Variations
Color information
#119F77 (or 0x119F77) is known color: Free Speech Aquamarine. HEX triplet: 11, 9F and 77. RGB value is (17,159,119). Sum of RGB (Red+Green+Blue) = 17+159+119=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #119F77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119F77 is #EE6088. Grayscale: #6F6F6F. Windows color (decimal): -15622281 or 7839505. OLE color: 7839505.
HSL color Cylindrical-coordinate representation of color #119F77: hue angle of 163.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F77 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 119 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.38 |
| HSL | 163.1º | 0.81% | 0.35% | - |
| HSV(B) | 163.1º | 0.89% | 0.62% | - |
| XYZ | 15.96 | 26.25 | 21.68 | - |
| YUV | 111.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 119 | 0.89 | 0 | 0.25 | 0.38 | 163.1 | 0.81 | 0.35 |
| Hex | 11 | 9F | 77 | 59 | 0 | 19 | 26 | A3 | 51 | 23 |
| Octal | 21 | 237 | 167 | 131 | 0 | 31 | 46 | 243 | 121 | 43 |
| Binary | 10001 | 10011111 | 1110111 | 1011001 | 0 | 11001 | 100110 | 10100011 | 1010001 | 100011 |
Color Harmonies of #119F77
Complementary color
Monochromatic Colors of #119F77
Black with #119F77
Text Example
Text Example
White with #119F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F77; }
p { color: rgb(17,159,119); }
H1.HeaderClassName
{
color: #119F77;
}
.AnyTagClassName
{
color: #119F77;
}
</style>
background-color css
<style>
a { background-color: #119F77; }
a { background-color: rgb(17,159,119); }
div.DivClassName
{
background-color: #119F77;
}
.BgClassName
{
background-color: #119F77;
}
</style>
border-color css
<style>
span { border-color: #119F77; }
span { border-color: rgb(17,159,119); }
td.TdClassName
{
border-color: #119F77;
}
.TagClassName
{
border-color: #119F77;
}
</style>