Html Css Color HEX #11997B Free Speech Aquamarine
📋 copy color: '#11997B'red 17 ◦ green 153 ◦ blue 123
Shades of Free Speech Aquamarine #11997B
Tints of Free Speech Aquamarine #11997B
RGB
CMYK
RGB Variations
Color information
#11997B (or 0x11997B) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 7B. RGB value is (17,153,123). Sum of RGB (Red+Green+Blue) = 17+153+123=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #11997B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11997B is #EE6684. Grayscale: #6C6C6C. Windows color (decimal): -15623813 or 8100113. OLE color: 8100113.
HSL color Cylindrical-coordinate representation of color #11997B: hue angle of 166.76º 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 #11997B is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 123 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.4 |
| HSL | 166.76º | 0.8% | 0.33% | - |
| HSV(B) | 166.76º | 0.89% | 0.6% | - |
| XYZ | 15.2 | 24.33 | 22.63 | - |
| YUV | 108.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 123 | 0.89 | 0 | 0.20 | 0.4 | 166.76 | 0.8 | 0.33 |
| Hex | 11 | 99 | 7B | 59 | 0 | 14 | 28 | A7 | 50 | 21 |
| Octal | 21 | 231 | 173 | 131 | 0 | 24 | 50 | 247 | 120 | 41 |
| Binary | 10001 | 10011001 | 1111011 | 1011001 | 0 | 10100 | 101000 | 10100111 | 1010000 | 100001 |
Color Harmonies of #11997B
Complementary color
Monochromatic Colors of #11997B
Black with #11997B
Text Example
Text Example
White with #11997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11997B; }
p { color: rgb(17,153,123); }
H1.HeaderClassName
{
color: #11997B;
}
.AnyTagClassName
{
color: #11997B;
}
</style>
background-color css
<style>
a { background-color: #11997B; }
a { background-color: rgb(17,153,123); }
div.DivClassName
{
background-color: #11997B;
}
.BgClassName
{
background-color: #11997B;
}
</style>
border-color css
<style>
span { border-color: #11997B; }
span { border-color: rgb(17,153,123); }
td.TdClassName
{
border-color: #11997B;
}
.TagClassName
{
border-color: #11997B;
}
</style>