Html Css Color HEX #11F0BA Medium Spring Green
📋 copy color: '#11F0BA'red 17 ◦ green 240 ◦ blue 186
Shades of Medium Spring Green #11F0BA
Tints of Medium Spring Green #11F0BA
RGB
CMYK
RGB Variations
Color information
#11F0BA (or 0x11F0BA) is known color: Medium Spring Green. HEX triplet: 11, F0 and BA. RGB value is (17,240,186). Sum of RGB (Red+Green+Blue) = 17+240+186=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #11F0BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F0BA is #EE0F45. Grayscale: #A7A7A7. Windows color (decimal): -15601478 or 12251153. OLE color: 12251153.
HSL color Cylindrical-coordinate representation of color #11F0BA: hue angle of 165.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F0BA is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 240 | 186 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.06 |
| HSL | 165.47º | 0.88% | 0.5% | - |
| HSV(B) | 165.47º | 0.93% | 0.94% | - |
| XYZ | 40.25 | 65.98 | 57.07 | - |
| YUV | 167.17 | 138.62 | 20.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 186 | 0.93 | 0 | 0.22 | 0.06 | 165.47 | 0.88 | 0.5 |
| Hex | 11 | F0 | BA | 5D | 0 | 16 | 6 | A5 | 58 | 32 |
| Octal | 21 | 360 | 272 | 135 | 0 | 26 | 6 | 245 | 130 | 62 |
| Binary | 10001 | 11110000 | 10111010 | 1011101 | 0 | 10110 | 110 | 10100101 | 1011000 | 110010 |
Color Harmonies of #11F0BA
Complementary color
Monochromatic Colors of #11F0BA
Black with #11F0BA
Text Example
Text Example
White with #11F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F0BA; }
p { color: rgb(17,240,186); }
H1.HeaderClassName
{
color: #11F0BA;
}
.AnyTagClassName
{
color: #11F0BA;
}
</style>
background-color css
<style>
a { background-color: #11F0BA; }
a { background-color: rgb(17,240,186); }
div.DivClassName
{
background-color: #11F0BA;
}
.BgClassName
{
background-color: #11F0BA;
}
</style>
border-color css
<style>
span { border-color: #11F0BA; }
span { border-color: rgb(17,240,186); }
td.TdClassName
{
border-color: #11F0BA;
}
.TagClassName
{
border-color: #11F0BA;
}
</style>