Html Css Color HEX #11F1BA Medium Spring Green
📋 copy color: '#11F1BA'red 17 ◦ green 241 ◦ blue 186
Shades of Medium Spring Green #11F1BA
Tints of Medium Spring Green #11F1BA
RGB
CMYK
RGB Variations
Color information
#11F1BA (or 0x11F1BA) is known color: Medium Spring Green. HEX triplet: 11, F1 and BA. RGB value is (17,241,186). Sum of RGB (Red+Green+Blue) = 17+241+186=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #11F1BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F1BA is #EE0E45. Grayscale: #A7A7A7. Windows color (decimal): -15601222 or 12251409. OLE color: 12251409.
HSL color Cylindrical-coordinate representation of color #11F1BA: hue angle of 165.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F1BA is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 241 | 186 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.05 |
| HSL | 165.27º | 0.89% | 0.51% | - |
| HSV(B) | 165.27º | 0.93% | 0.95% | - |
| XYZ | 40.55 | 66.57 | 57.17 | - |
| YUV | 167.75 | 138.29 | 20.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 241 | 186 | 0.93 | 0 | 0.23 | 0.05 | 165.27 | 0.89 | 0.51 |
| Hex | 11 | F1 | BA | 5D | 0 | 17 | 5 | A5 | 59 | 33 |
| Octal | 21 | 361 | 272 | 135 | 0 | 27 | 5 | 245 | 131 | 63 |
| Binary | 10001 | 11110001 | 10111010 | 1011101 | 0 | 10111 | 101 | 10100101 | 1011001 | 110011 |
Color Harmonies of #11F1BA
Complementary color
Monochromatic Colors of #11F1BA
Black with #11F1BA
Text Example
Text Example
White with #11F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F1BA; }
p { color: rgb(17,241,186); }
H1.HeaderClassName
{
color: #11F1BA;
}
.AnyTagClassName
{
color: #11F1BA;
}
</style>
background-color css
<style>
a { background-color: #11F1BA; }
a { background-color: rgb(17,241,186); }
div.DivClassName
{
background-color: #11F1BA;
}
.BgClassName
{
background-color: #11F1BA;
}
</style>
border-color css
<style>
span { border-color: #11F1BA; }
span { border-color: rgb(17,241,186); }
td.TdClassName
{
border-color: #11F1BA;
}
.TagClassName
{
border-color: #11F1BA;
}
</style>