Html Css Color HEX #119873 Free Speech Aquamarine
📋 copy color: '#119873'red 17 ◦ green 152 ◦ blue 115
Shades of Free Speech Aquamarine #119873
Tints of Free Speech Aquamarine #119873
RGB
CMYK
RGB Variations
Color information
#119873 (or 0x119873) is known color: Free Speech Aquamarine. HEX triplet: 11, 98 and 73. RGB value is (17,152,115). Sum of RGB (Red+Green+Blue) = 17+152+115=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #119873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119873 is #EE678C. Grayscale: #6B6B6B. Windows color (decimal): -15624077 or 7575569. OLE color: 7575569.
HSL color Cylindrical-coordinate representation of color #119873: hue angle of 163.56º 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 #119873 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 115 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.40 |
| HSL | 163.56º | 0.8% | 0.33% | - |
| HSV(B) | 163.56º | 0.89% | 0.6% | - |
| XYZ | 14.55 | 23.81 | 20.05 | - |
| YUV | 107.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 115 | 0.89 | 0 | 0.24 | 0.40 | 163.56 | 0.8 | 0.33 |
| Hex | 11 | 98 | 73 | 59 | 0 | 18 | 28 | A4 | 50 | 21 |
| Octal | 21 | 230 | 163 | 131 | 0 | 30 | 50 | 244 | 120 | 41 |
| Binary | 10001 | 10011000 | 1110011 | 1011001 | 0 | 11000 | 101000 | 10100100 | 1010000 | 100001 |
Color Harmonies of #119873
Complementary color
Monochromatic Colors of #119873
Black with #119873
Text Example
Text Example
White with #119873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119873; }
p { color: rgb(17,152,115); }
H1.HeaderClassName
{
color: #119873;
}
.AnyTagClassName
{
color: #119873;
}
</style>
background-color css
<style>
a { background-color: #119873; }
a { background-color: rgb(17,152,115); }
div.DivClassName
{
background-color: #119873;
}
.BgClassName
{
background-color: #119873;
}
</style>
border-color css
<style>
span { border-color: #119873; }
span { border-color: rgb(17,152,115); }
td.TdClassName
{
border-color: #119873;
}
.TagClassName
{
border-color: #119873;
}
</style>