Html Css Color HEX #11996C Free Speech Aquamarine
📋 copy color: '#11996C'red 17 ◦ green 153 ◦ blue 108
Shades of Free Speech Aquamarine #11996C
Tints of Free Speech Aquamarine #11996C
RGB
CMYK
RGB Variations
Color information
#11996C (or 0x11996C) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 6C. RGB value is (17,153,108). Sum of RGB (Red+Green+Blue) = 17+153+108=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #11996C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11996C is #EE6693. Grayscale: #6B6B6B. Windows color (decimal): -15623828 or 7117073. OLE color: 7117073.
HSL color Cylindrical-coordinate representation of color #11996C: hue angle of 160.15º 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 #11996C is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 108 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.4 |
| HSL | 160.15º | 0.8% | 0.33% | - |
| HSV(B) | 160.15º | 0.89% | 0.6% | - |
| XYZ | 14.33 | 23.98 | 18.06 | - |
| YUV | 107.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 108 | 0.89 | 0 | 0.29 | 0.4 | 160.15 | 0.8 | 0.33 |
| Hex | 11 | 99 | 6C | 59 | 0 | 1D | 28 | A0 | 50 | 21 |
| Octal | 21 | 231 | 154 | 131 | 0 | 35 | 50 | 240 | 120 | 41 |
| Binary | 10001 | 10011001 | 1101100 | 1011001 | 0 | 11101 | 101000 | 10100000 | 1010000 | 100001 |
Color Harmonies of #11996C
Complementary color
Monochromatic Colors of #11996C
Black with #11996C
Text Example
Text Example
White with #11996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11996C; }
p { color: rgb(17,153,108); }
H1.HeaderClassName
{
color: #11996C;
}
.AnyTagClassName
{
color: #11996C;
}
</style>
background-color css
<style>
a { background-color: #11996C; }
a { background-color: rgb(17,153,108); }
div.DivClassName
{
background-color: #11996C;
}
.BgClassName
{
background-color: #11996C;
}
</style>
border-color css
<style>
span { border-color: #11996C; }
span { border-color: rgb(17,153,108); }
td.TdClassName
{
border-color: #11996C;
}
.TagClassName
{
border-color: #11996C;
}
</style>