Html Css Color HEX #119D7D Free Speech Aquamarine
📋 copy color: '#119D7D'red 17 ◦ green 157 ◦ blue 125
Shades of Free Speech Aquamarine #119D7D
Tints of Free Speech Aquamarine #119D7D
RGB
CMYK
RGB Variations
Color information
#119D7D (or 0x119D7D) is known color: Free Speech Aquamarine. HEX triplet: 11, 9D and 7D. RGB value is (17,157,125). Sum of RGB (Red+Green+Blue) = 17+157+125=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #119D7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D7D is #EE6282. Grayscale: #6F6F6F. Windows color (decimal): -15622787 or 8232209. OLE color: 8232209.
HSL color Cylindrical-coordinate representation of color #119D7D: hue angle of 166.29º 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 #119D7D is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 125 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.38 |
| HSL | 166.29º | 0.8% | 0.34% | - |
| HSV(B) | 166.29º | 0.89% | 0.62% | - |
| XYZ | 15.99 | 25.71 | 23.52 | - |
| YUV | 111.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 125 | 0.89 | 0 | 0.20 | 0.38 | 166.29 | 0.8 | 0.34 |
| Hex | 11 | 9D | 7D | 59 | 0 | 14 | 26 | A6 | 50 | 22 |
| Octal | 21 | 235 | 175 | 131 | 0 | 24 | 46 | 246 | 120 | 42 |
| Binary | 10001 | 10011101 | 1111101 | 1011001 | 0 | 10100 | 100110 | 10100110 | 1010000 | 100010 |
Color Harmonies of #119D7D
Complementary color
Monochromatic Colors of #119D7D
Black with #119D7D
Text Example
Text Example
White with #119D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D7D; }
p { color: rgb(17,157,125); }
H1.HeaderClassName
{
color: #119D7D;
}
.AnyTagClassName
{
color: #119D7D;
}
</style>
background-color css
<style>
a { background-color: #119D7D; }
a { background-color: rgb(17,157,125); }
div.DivClassName
{
background-color: #119D7D;
}
.BgClassName
{
background-color: #119D7D;
}
</style>
border-color css
<style>
span { border-color: #119D7D; }
span { border-color: rgb(17,157,125); }
td.TdClassName
{
border-color: #119D7D;
}
.TagClassName
{
border-color: #119D7D;
}
</style>