Html Css Color HEX #11997A Free Speech Aquamarine
📋 copy color: '#11997A'red 17 ◦ green 153 ◦ blue 122
Shades of Free Speech Aquamarine #11997A
Tints of Free Speech Aquamarine #11997A
RGB
CMYK
RGB Variations
Color information
#11997A (or 0x11997A) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 7A. RGB value is (17,153,122). Sum of RGB (Red+Green+Blue) = 17+153+122=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #11997A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11997A is #EE6685. Grayscale: #6C6C6C. Windows color (decimal): -15623814 or 8034577. OLE color: 8034577.
HSL color Cylindrical-coordinate representation of color #11997A: hue angle of 166.32º 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 #11997A is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 122 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.4 |
| HSL | 166.32º | 0.8% | 0.33% | - |
| HSV(B) | 166.32º | 0.89% | 0.6% | - |
| XYZ | 15.14 | 24.31 | 22.31 | - |
| YUV | 108.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 122 | 0.89 | 0 | 0.20 | 0.4 | 166.32 | 0.8 | 0.33 |
| Hex | 11 | 99 | 7A | 59 | 0 | 14 | 28 | A6 | 50 | 21 |
| Octal | 21 | 231 | 172 | 131 | 0 | 24 | 50 | 246 | 120 | 41 |
| Binary | 10001 | 10011001 | 1111010 | 1011001 | 0 | 10100 | 101000 | 10100110 | 1010000 | 100001 |
Color Harmonies of #11997A
Complementary color
Monochromatic Colors of #11997A
Black with #11997A
Text Example
Text Example
White with #11997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11997A; }
p { color: rgb(17,153,122); }
H1.HeaderClassName
{
color: #11997A;
}
.AnyTagClassName
{
color: #11997A;
}
</style>
background-color css
<style>
a { background-color: #11997A; }
a { background-color: rgb(17,153,122); }
div.DivClassName
{
background-color: #11997A;
}
.BgClassName
{
background-color: #11997A;
}
</style>
border-color css
<style>
span { border-color: #11997A; }
span { border-color: rgb(17,153,122); }
td.TdClassName
{
border-color: #11997A;
}
.TagClassName
{
border-color: #11997A;
}
</style>