Html Css Color HEX #119673 Free Speech Aquamarine
📋 copy color: '#119673'red 17 ◦ green 150 ◦ blue 115
Shades of Free Speech Aquamarine #119673
Tints of Free Speech Aquamarine #119673
RGB
CMYK
RGB Variations
Color information
#119673 (or 0x119673) is known color: Free Speech Aquamarine. HEX triplet: 11, 96 and 73. RGB value is (17,150,115). Sum of RGB (Red+Green+Blue) = 17+150+115=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #119673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119673 is #EE698C. Grayscale: #6A6A6A. Windows color (decimal): -15624589 or 7575057. OLE color: 7575057.
HSL color Cylindrical-coordinate representation of color #119673: hue angle of 164.21º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119673 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 115 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.41 |
| HSL | 164.21º | 0.8% | 0.33% | - |
| HSV(B) | 164.21º | 0.89% | 0.59% | - |
| XYZ | 14.23 | 23.17 | 19.94 | - |
| YUV | 106.24 | 132.94 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 115 | 0.89 | 0 | 0.23 | 0.41 | 164.21 | 0.8 | 0.33 |
| Hex | 11 | 96 | 73 | 59 | 0 | 17 | 29 | A4 | 50 | 21 |
| Octal | 21 | 226 | 163 | 131 | 0 | 27 | 51 | 244 | 120 | 41 |
| Binary | 10001 | 10010110 | 1110011 | 1011001 | 0 | 10111 | 101001 | 10100100 | 1010000 | 100001 |
Color Harmonies of #119673
Complementary color
Monochromatic Colors of #119673
Black with #119673
Text Example
Text Example
White with #119673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119673; }
p { color: rgb(17,150,115); }
H1.HeaderClassName
{
color: #119673;
}
.AnyTagClassName
{
color: #119673;
}
</style>
background-color css
<style>
a { background-color: #119673; }
a { background-color: rgb(17,150,115); }
div.DivClassName
{
background-color: #119673;
}
.BgClassName
{
background-color: #119673;
}
</style>
border-color css
<style>
span { border-color: #119673; }
span { border-color: rgb(17,150,115); }
td.TdClassName
{
border-color: #119673;
}
.TagClassName
{
border-color: #119673;
}
</style>