Html Css Color HEX #11997C Free Speech Aquamarine
📋 copy color: '#11997C'red 17 ◦ green 153 ◦ blue 124
Shades of Free Speech Aquamarine #11997C
Tints of Free Speech Aquamarine #11997C
RGB
CMYK
RGB Variations
Color information
#11997C (or 0x11997C) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 7C. RGB value is (17,153,124). Sum of RGB (Red+Green+Blue) = 17+153+124=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #11997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11997C is #EE6683. Grayscale: #6D6D6D. Windows color (decimal): -15623812 or 8165649. OLE color: 8165649.
HSL color Cylindrical-coordinate representation of color #11997C: hue angle of 167.21º 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 #11997C is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 124 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.4 |
| HSL | 167.21º | 0.8% | 0.33% | - |
| HSV(B) | 167.21º | 0.89% | 0.6% | - |
| XYZ | 15.26 | 24.36 | 22.97 | - |
| YUV | 109.03 | 136.44 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 124 | 0.89 | 0 | 0.19 | 0.4 | 167.21 | 0.8 | 0.33 |
| Hex | 11 | 99 | 7C | 59 | 0 | 13 | 28 | A7 | 50 | 21 |
| Octal | 21 | 231 | 174 | 131 | 0 | 23 | 50 | 247 | 120 | 41 |
| Binary | 10001 | 10011001 | 1111100 | 1011001 | 0 | 10011 | 101000 | 10100111 | 1010000 | 100001 |
Color Harmonies of #11997C
Complementary color
Monochromatic Colors of #11997C
Black with #11997C
Text Example
Text Example
White with #11997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11997C; }
p { color: rgb(17,153,124); }
H1.HeaderClassName
{
color: #11997C;
}
.AnyTagClassName
{
color: #11997C;
}
</style>
background-color css
<style>
a { background-color: #11997C; }
a { background-color: rgb(17,153,124); }
div.DivClassName
{
background-color: #11997C;
}
.BgClassName
{
background-color: #11997C;
}
</style>
border-color css
<style>
span { border-color: #11997C; }
span { border-color: rgb(17,153,124); }
td.TdClassName
{
border-color: #11997C;
}
.TagClassName
{
border-color: #11997C;
}
</style>