Html Css Color HEX #119880 Free Speech Aquamarine
📋 copy color: '#119880'red 17 ◦ green 152 ◦ blue 128
Shades of Free Speech Aquamarine #119880
Tints of Free Speech Aquamarine #119880
RGB
CMYK
RGB Variations
Color information
#119880 (or 0x119880) is known color: Free Speech Aquamarine. HEX triplet: 11, 98 and 80. RGB value is (17,152,128). Sum of RGB (Red+Green+Blue) = 17+152+128=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #119880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119880 is #EE677F. Grayscale: #6C6C6C. Windows color (decimal): -15624064 or 8427537. OLE color: 8427537.
HSL color Cylindrical-coordinate representation of color #119880: hue angle of 169.33º 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 #119880 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 128 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.40 |
| HSL | 169.33º | 0.8% | 0.33% | - |
| HSV(B) | 169.33º | 0.89% | 0.6% | - |
| XYZ | 15.36 | 24.13 | 24.27 | - |
| YUV | 108.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 128 | 0.89 | 0 | 0.16 | 0.40 | 169.33 | 0.8 | 0.33 |
| Hex | 11 | 98 | 80 | 59 | 0 | 10 | 28 | A9 | 50 | 21 |
| Octal | 21 | 230 | 200 | 131 | 0 | 20 | 50 | 251 | 120 | 41 |
| Binary | 10001 | 10011000 | 10000000 | 1011001 | 0 | 10000 | 101000 | 10101001 | 1010000 | 100001 |
Color Harmonies of #119880
Complementary color
Monochromatic Colors of #119880
Black with #119880
Text Example
Text Example
White with #119880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119880; }
p { color: rgb(17,152,128); }
H1.HeaderClassName
{
color: #119880;
}
.AnyTagClassName
{
color: #119880;
}
</style>
background-color css
<style>
a { background-color: #119880; }
a { background-color: rgb(17,152,128); }
div.DivClassName
{
background-color: #119880;
}
.BgClassName
{
background-color: #119880;
}
</style>
border-color css
<style>
span { border-color: #119880; }
span { border-color: rgb(17,152,128); }
td.TdClassName
{
border-color: #119880;
}
.TagClassName
{
border-color: #119880;
}
</style>