Html Css Color HEX #119D7A Free Speech Aquamarine
📋 copy color: '#119D7A'red 17 ◦ green 157 ◦ blue 122
Shades of Free Speech Aquamarine #119D7A
Tints of Free Speech Aquamarine #119D7A
RGB
CMYK
RGB Variations
Color information
#119D7A (or 0x119D7A) is known color: Free Speech Aquamarine. HEX triplet: 11, 9D and 7A. RGB value is (17,157,122). Sum of RGB (Red+Green+Blue) = 17+157+122=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #119D7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D7A is #EE6285. Grayscale: #6F6F6F. Windows color (decimal): -15622790 or 8035601. OLE color: 8035601.
HSL color Cylindrical-coordinate representation of color #119D7A: hue angle of 165º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D7A is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 122 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.38 |
| HSL | 165º | 0.8% | 0.34% | - |
| HSV(B) | 165º | 0.89% | 0.62% | - |
| XYZ | 15.8 | 25.64 | 22.53 | - |
| YUV | 111.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 122 | 0.89 | 0 | 0.22 | 0.38 | 165 | 0.8 | 0.34 |
| Hex | 11 | 9D | 7A | 59 | 0 | 16 | 26 | A5 | 50 | 22 |
| Octal | 21 | 235 | 172 | 131 | 0 | 26 | 46 | 245 | 120 | 42 |
| Binary | 10001 | 10011101 | 1111010 | 1011001 | 0 | 10110 | 100110 | 10100101 | 1010000 | 100010 |
Color Harmonies of #119D7A
Complementary color
Monochromatic Colors of #119D7A
Black with #119D7A
Text Example
Text Example
White with #119D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D7A; }
p { color: rgb(17,157,122); }
H1.HeaderClassName
{
color: #119D7A;
}
.AnyTagClassName
{
color: #119D7A;
}
</style>
background-color css
<style>
a { background-color: #119D7A; }
a { background-color: rgb(17,157,122); }
div.DivClassName
{
background-color: #119D7A;
}
.BgClassName
{
background-color: #119D7A;
}
</style>
border-color css
<style>
span { border-color: #119D7A; }
span { border-color: rgb(17,157,122); }
td.TdClassName
{
border-color: #119D7A;
}
.TagClassName
{
border-color: #119D7A;
}
</style>