Html Css Color HEX #11987F Free Speech Aquamarine
📋 copy color: '#11987F'red 17 ◦ green 152 ◦ blue 127
Shades of Free Speech Aquamarine #11987F
Tints of Free Speech Aquamarine #11987F
RGB
CMYK
RGB Variations
Color information
#11987F (or 0x11987F) is known color: Free Speech Aquamarine. HEX triplet: 11, 98 and 7F. RGB value is (17,152,127). Sum of RGB (Red+Green+Blue) = 17+152+127=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #11987F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11987F is #EE6780. Grayscale: #6C6C6C. Windows color (decimal): -15624065 or 8362001. OLE color: 8362001.
HSL color Cylindrical-coordinate representation of color #11987F: hue angle of 168.89º 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 #11987F is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 127 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.40 |
| HSL | 168.89º | 0.8% | 0.33% | - |
| HSV(B) | 168.89º | 0.89% | 0.6% | - |
| XYZ | 15.29 | 24.11 | 23.93 | - |
| YUV | 108.79 | 138.27 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 127 | 0.89 | 0 | 0.16 | 0.40 | 168.89 | 0.8 | 0.33 |
| Hex | 11 | 98 | 7F | 59 | 0 | 10 | 28 | A9 | 50 | 21 |
| Octal | 21 | 230 | 177 | 131 | 0 | 20 | 50 | 251 | 120 | 41 |
| Binary | 10001 | 10011000 | 1111111 | 1011001 | 0 | 10000 | 101000 | 10101001 | 1010000 | 100001 |
Color Harmonies of #11987F
Complementary color
Monochromatic Colors of #11987F
Black with #11987F
Text Example
Text Example
White with #11987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11987F; }
p { color: rgb(17,152,127); }
H1.HeaderClassName
{
color: #11987F;
}
.AnyTagClassName
{
color: #11987F;
}
</style>
background-color css
<style>
a { background-color: #11987F; }
a { background-color: rgb(17,152,127); }
div.DivClassName
{
background-color: #11987F;
}
.BgClassName
{
background-color: #11987F;
}
</style>
border-color css
<style>
span { border-color: #11987F; }
span { border-color: rgb(17,152,127); }
td.TdClassName
{
border-color: #11987F;
}
.TagClassName
{
border-color: #11987F;
}
</style>