Html Css Color HEX #11997F Free Speech Aquamarine
📋 copy color: '#11997F'red 17 ◦ green 153 ◦ blue 127
Shades of Free Speech Aquamarine #11997F
Tints of Free Speech Aquamarine #11997F
RGB
CMYK
RGB Variations
Color information
#11997F (or 0x11997F) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 7F. RGB value is (17,153,127). Sum of RGB (Red+Green+Blue) = 17+153+127=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #11997F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11997F is #EE6680. Grayscale: #6D6D6D. Windows color (decimal): -15623809 or 8362257. OLE color: 8362257.
HSL color Cylindrical-coordinate representation of color #11997F: hue angle of 168.53º 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 #11997F is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 127 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.4 |
| HSL | 168.53º | 0.8% | 0.33% | - |
| HSV(B) | 168.53º | 0.89% | 0.6% | - |
| XYZ | 15.45 | 24.43 | 23.98 | - |
| YUV | 109.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 127 | 0.89 | 0 | 0.17 | 0.4 | 168.53 | 0.8 | 0.33 |
| Hex | 11 | 99 | 7F | 59 | 0 | 11 | 28 | A9 | 50 | 21 |
| Octal | 21 | 231 | 177 | 131 | 0 | 21 | 50 | 251 | 120 | 41 |
| Binary | 10001 | 10011001 | 1111111 | 1011001 | 0 | 10001 | 101000 | 10101001 | 1010000 | 100001 |
Color Harmonies of #11997F
Complementary color
Monochromatic Colors of #11997F
Black with #11997F
Text Example
Text Example
White with #11997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11997F; }
p { color: rgb(17,153,127); }
H1.HeaderClassName
{
color: #11997F;
}
.AnyTagClassName
{
color: #11997F;
}
</style>
background-color css
<style>
a { background-color: #11997F; }
a { background-color: rgb(17,153,127); }
div.DivClassName
{
background-color: #11997F;
}
.BgClassName
{
background-color: #11997F;
}
</style>
border-color css
<style>
span { border-color: #11997F; }
span { border-color: rgb(17,153,127); }
td.TdClassName
{
border-color: #11997F;
}
.TagClassName
{
border-color: #11997F;
}
</style>