Html Css Color HEX #11FABA Medium Spring Green
📋 copy color: '#11FABA'red 17 ◦ green 250 ◦ blue 186
Shades of Medium Spring Green #11FABA
Tints of Medium Spring Green #11FABA
RGB
CMYK
RGB Variations
Color information
#11FABA (or 0x11FABA) is known color: Medium Spring Green. HEX triplet: 11, FA and BA. RGB value is (17,250,186). Sum of RGB (Red+Green+Blue) = 17+250+186=453 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.75% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #11FABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FABA is #EE0545. Grayscale: #ADADAD. Windows color (decimal): -15598918 or 12253713. OLE color: 12253713.
HSL color Cylindrical-coordinate representation of color #11FABA: hue angle of 163.52º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FABA is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 186 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.02 |
| HSL | 163.52º | 0.96% | 0.52% | - |
| HSV(B) | 163.52º | 0.93% | 0.98% | - |
| XYZ | 43.28 | 72.04 | 58.08 | - |
| YUV | 173.04 | 135.31 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 186 | 0.93 | 0 | 0.26 | 0.02 | 163.52 | 0.96 | 0.52 |
| Hex | 11 | FA | BA | 5D | 0 | 1A | 2 | A4 | 60 | 34 |
| Octal | 21 | 372 | 272 | 135 | 0 | 32 | 2 | 244 | 140 | 64 |
| Binary | 10001 | 11111010 | 10111010 | 1011101 | 0 | 11010 | 10 | 10100100 | 1100000 | 110100 |
Color Harmonies of #11FABA
Complementary color
Monochromatic Colors of #11FABA
Black with #11FABA
Text Example
Text Example
White with #11FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FABA; }
p { color: rgb(17,250,186); }
H1.HeaderClassName
{
color: #11FABA;
}
.AnyTagClassName
{
color: #11FABA;
}
</style>
background-color css
<style>
a { background-color: #11FABA; }
a { background-color: rgb(17,250,186); }
div.DivClassName
{
background-color: #11FABA;
}
.BgClassName
{
background-color: #11FABA;
}
</style>
border-color css
<style>
span { border-color: #11FABA; }
span { border-color: rgb(17,250,186); }
td.TdClassName
{
border-color: #11FABA;
}
.TagClassName
{
border-color: #11FABA;
}
</style>