Html Css Color HEX #119B74 Free Speech Aquamarine
📋 copy color: '#119B74'red 17 ◦ green 155 ◦ blue 116
Shades of Free Speech Aquamarine #119B74
Tints of Free Speech Aquamarine #119B74
RGB
CMYK
RGB Variations
Color information
#119B74 (or 0x119B74) is known color: Free Speech Aquamarine. HEX triplet: 11, 9B and 74. RGB value is (17,155,116). Sum of RGB (Red+Green+Blue) = 17+155+116=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #119B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B74 is #EE648B. Grayscale: #6D6D6D. Windows color (decimal): -15623308 or 7641873. OLE color: 7641873.
HSL color Cylindrical-coordinate representation of color #119B74: hue angle of 163.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B74 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 116 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.39 |
| HSL | 163.04º | 0.8% | 0.34% | - |
| HSV(B) | 163.04º | 0.89% | 0.61% | - |
| XYZ | 15.1 | 24.82 | 20.52 | - |
| YUV | 109.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 116 | 0.89 | 0 | 0.25 | 0.39 | 163.04 | 0.8 | 0.34 |
| Hex | 11 | 9B | 74 | 59 | 0 | 19 | 27 | A3 | 50 | 22 |
| Octal | 21 | 233 | 164 | 131 | 0 | 31 | 47 | 243 | 120 | 42 |
| Binary | 10001 | 10011011 | 1110100 | 1011001 | 0 | 11001 | 100111 | 10100011 | 1010000 | 100010 |
Color Harmonies of #119B74
Complementary color
Monochromatic Colors of #119B74
Black with #119B74
Text Example
Text Example
White with #119B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B74; }
p { color: rgb(17,155,116); }
H1.HeaderClassName
{
color: #119B74;
}
.AnyTagClassName
{
color: #119B74;
}
</style>
background-color css
<style>
a { background-color: #119B74; }
a { background-color: rgb(17,155,116); }
div.DivClassName
{
background-color: #119B74;
}
.BgClassName
{
background-color: #119B74;
}
</style>
border-color css
<style>
span { border-color: #119B74; }
span { border-color: rgb(17,155,116); }
td.TdClassName
{
border-color: #119B74;
}
.TagClassName
{
border-color: #119B74;
}
</style>