Html Css Color HEX #11997D Free Speech Aquamarine
📋 copy color: '#11997D'red 17 ◦ green 153 ◦ blue 125
Shades of Free Speech Aquamarine #11997D
Tints of Free Speech Aquamarine #11997D
RGB
CMYK
RGB Variations
Color information
#11997D (or 0x11997D) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 7D. RGB value is (17,153,125). Sum of RGB (Red+Green+Blue) = 17+153+125=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #11997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11997D is #EE6682. Grayscale: #6D6D6D. Windows color (decimal): -15623811 or 8231185. OLE color: 8231185.
HSL color Cylindrical-coordinate representation of color #11997D: hue angle of 167.65º 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 #11997D is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 125 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.4 |
| HSL | 167.65º | 0.8% | 0.33% | - |
| HSV(B) | 167.65º | 0.89% | 0.6% | - |
| XYZ | 15.32 | 24.38 | 23.3 | - |
| YUV | 109.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 125 | 0.89 | 0 | 0.18 | 0.4 | 167.65 | 0.8 | 0.33 |
| Hex | 11 | 99 | 7D | 59 | 0 | 12 | 28 | A8 | 50 | 21 |
| Octal | 21 | 231 | 175 | 131 | 0 | 22 | 50 | 250 | 120 | 41 |
| Binary | 10001 | 10011001 | 1111101 | 1011001 | 0 | 10010 | 101000 | 10101000 | 1010000 | 100001 |
Color Harmonies of #11997D
Complementary color
Monochromatic Colors of #11997D
Black with #11997D
Text Example
Text Example
White with #11997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11997D; }
p { color: rgb(17,153,125); }
H1.HeaderClassName
{
color: #11997D;
}
.AnyTagClassName
{
color: #11997D;
}
</style>
background-color css
<style>
a { background-color: #11997D; }
a { background-color: rgb(17,153,125); }
div.DivClassName
{
background-color: #11997D;
}
.BgClassName
{
background-color: #11997D;
}
</style>
border-color css
<style>
span { border-color: #11997D; }
span { border-color: rgb(17,153,125); }
td.TdClassName
{
border-color: #11997D;
}
.TagClassName
{
border-color: #11997D;
}
</style>