Html Css Color HEX #119973 Free Speech Aquamarine
📋 copy color: '#119973'red 17 ◦ green 153 ◦ blue 115
Shades of Free Speech Aquamarine #119973
Tints of Free Speech Aquamarine #119973
RGB
CMYK
RGB Variations
Color information
#119973 (or 0x119973) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 73. RGB value is (17,153,115). Sum of RGB (Red+Green+Blue) = 17+153+115=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #119973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119973 is #EE668C. Grayscale: #6C6C6C. Windows color (decimal): -15623821 or 7575825. OLE color: 7575825.
HSL color Cylindrical-coordinate representation of color #119973: hue angle of 163.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119973 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 115 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.4 |
| HSL | 163.24º | 0.8% | 0.33% | - |
| HSV(B) | 163.24º | 0.89% | 0.6% | - |
| XYZ | 14.72 | 24.14 | 20.1 | - |
| YUV | 108 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 115 | 0.89 | 0 | 0.25 | 0.4 | 163.24 | 0.8 | 0.33 |
| Hex | 11 | 99 | 73 | 59 | 0 | 19 | 28 | A3 | 50 | 21 |
| Octal | 21 | 231 | 163 | 131 | 0 | 31 | 50 | 243 | 120 | 41 |
| Binary | 10001 | 10011001 | 1110011 | 1011001 | 0 | 11001 | 101000 | 10100011 | 1010000 | 100001 |
Color Harmonies of #119973
Complementary color
Monochromatic Colors of #119973
Black with #119973
Text Example
Text Example
White with #119973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119973; }
p { color: rgb(17,153,115); }
H1.HeaderClassName
{
color: #119973;
}
.AnyTagClassName
{
color: #119973;
}
</style>
background-color css
<style>
a { background-color: #119973; }
a { background-color: rgb(17,153,115); }
div.DivClassName
{
background-color: #119973;
}
.BgClassName
{
background-color: #119973;
}
</style>
border-color css
<style>
span { border-color: #119973; }
span { border-color: rgb(17,153,115); }
td.TdClassName
{
border-color: #119973;
}
.TagClassName
{
border-color: #119973;
}
</style>