Html Css Color HEX #119D7C Free Speech Aquamarine
📋 copy color: '#119D7C'red 17 ◦ green 157 ◦ blue 124
Shades of Free Speech Aquamarine #119D7C
Tints of Free Speech Aquamarine #119D7C
RGB
CMYK
RGB Variations
Color information
#119D7C (or 0x119D7C) is known color: Free Speech Aquamarine. HEX triplet: 11, 9D and 7C. RGB value is (17,157,124). Sum of RGB (Red+Green+Blue) = 17+157+124=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #119D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D7C is #EE6283. Grayscale: #6F6F6F. Windows color (decimal): -15622788 or 8166673. OLE color: 8166673.
HSL color Cylindrical-coordinate representation of color #119D7C: hue angle of 165.86º 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 #119D7C is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 124 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.38 |
| HSL | 165.86º | 0.8% | 0.34% | - |
| HSV(B) | 165.86º | 0.89% | 0.62% | - |
| XYZ | 15.93 | 25.69 | 23.19 | - |
| YUV | 111.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 124 | 0.89 | 0 | 0.21 | 0.38 | 165.86 | 0.8 | 0.34 |
| Hex | 11 | 9D | 7C | 59 | 0 | 15 | 26 | A6 | 50 | 22 |
| Octal | 21 | 235 | 174 | 131 | 0 | 25 | 46 | 246 | 120 | 42 |
| Binary | 10001 | 10011101 | 1111100 | 1011001 | 0 | 10101 | 100110 | 10100110 | 1010000 | 100010 |
Color Harmonies of #119D7C
Complementary color
Monochromatic Colors of #119D7C
Black with #119D7C
Text Example
Text Example
White with #119D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D7C; }
p { color: rgb(17,157,124); }
H1.HeaderClassName
{
color: #119D7C;
}
.AnyTagClassName
{
color: #119D7C;
}
</style>
background-color css
<style>
a { background-color: #119D7C; }
a { background-color: rgb(17,157,124); }
div.DivClassName
{
background-color: #119D7C;
}
.BgClassName
{
background-color: #119D7C;
}
</style>
border-color css
<style>
span { border-color: #119D7C; }
span { border-color: rgb(17,157,124); }
td.TdClassName
{
border-color: #119D7C;
}
.TagClassName
{
border-color: #119D7C;
}
</style>