Html Css Color HEX #119575 Free Speech Aquamarine
📋 copy color: '#119575'red 17 ◦ green 149 ◦ blue 117
Shades of Free Speech Aquamarine #119575
Tints of Free Speech Aquamarine #119575
RGB
CMYK
RGB Variations
Color information
#119575 (or 0x119575) is known color: Free Speech Aquamarine. HEX triplet: 11, 95 and 75. RGB value is (17,149,117). Sum of RGB (Red+Green+Blue) = 17+149+117=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #119575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119575 is #EE6A8A. Grayscale: #696969. Windows color (decimal): -15624843 or 7705873. OLE color: 7705873.
HSL color Cylindrical-coordinate representation of color #119575: hue angle of 165.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119575 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 117 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.42 |
| HSL | 165.45º | 0.8% | 0.33% | - |
| HSV(B) | 165.45º | 0.89% | 0.58% | - |
| XYZ | 14.19 | 22.9 | 20.5 | - |
| YUV | 105.88 | 134.27 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 117 | 0.89 | 0 | 0.21 | 0.42 | 165.45 | 0.8 | 0.33 |
| Hex | 11 | 95 | 75 | 59 | 0 | 15 | 2A | A5 | 50 | 21 |
| Octal | 21 | 225 | 165 | 131 | 0 | 25 | 52 | 245 | 120 | 41 |
| Binary | 10001 | 10010101 | 1110101 | 1011001 | 0 | 10101 | 101010 | 10100101 | 1010000 | 100001 |
Color Harmonies of #119575
Complementary color
Monochromatic Colors of #119575
Black with #119575
Text Example
Text Example
White with #119575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119575; }
p { color: rgb(17,149,117); }
H1.HeaderClassName
{
color: #119575;
}
.AnyTagClassName
{
color: #119575;
}
</style>
background-color css
<style>
a { background-color: #119575; }
a { background-color: rgb(17,149,117); }
div.DivClassName
{
background-color: #119575;
}
.BgClassName
{
background-color: #119575;
}
</style>
border-color css
<style>
span { border-color: #119575; }
span { border-color: rgb(17,149,117); }
td.TdClassName
{
border-color: #119575;
}
.TagClassName
{
border-color: #119575;
}
</style>