Html Css Color HEX #13FABA Medium Spring Green
📋 copy color: '#13FABA'red 19 ◦ green 250 ◦ blue 186
Shades of Medium Spring Green #13FABA
Tints of Medium Spring Green #13FABA
RGB
CMYK
RGB Variations
Color information
#13FABA (or 0x13FABA) is known color: Medium Spring Green. HEX triplet: 13, FA and BA. RGB value is (19,250,186). Sum of RGB (Red+Green+Blue) = 19+250+186=455 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.18% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #13FABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FABA is #EC0545. Grayscale: #ADADAD. Windows color (decimal): -15467846 or 12253715. OLE color: 12253715.
HSL color Cylindrical-coordinate representation of color #13FABA: hue angle of 163.38º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FABA is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 250 | 186 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.02 |
| HSL | 163.38º | 0.96% | 0.53% | - |
| HSV(B) | 163.38º | 0.92% | 0.98% | - |
| XYZ | 43.32 | 72.05 | 58.08 | - |
| YUV | 173.64 | 134.97 | 17.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 186 | 0.92 | 0 | 0.26 | 0.02 | 163.38 | 0.96 | 0.53 |
| Hex | 13 | FA | BA | 5C | 0 | 1A | 2 | A3 | 60 | 35 |
| Octal | 23 | 372 | 272 | 134 | 0 | 32 | 2 | 243 | 140 | 65 |
| Binary | 10011 | 11111010 | 10111010 | 1011100 | 0 | 11010 | 10 | 10100011 | 1100000 | 110101 |
Color Harmonies of #13FABA
Complementary color
Monochromatic Colors of #13FABA
Black with #13FABA
Text Example
Text Example
White with #13FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FABA; }
p { color: rgb(19,250,186); }
H1.HeaderClassName
{
color: #13FABA;
}
.AnyTagClassName
{
color: #13FABA;
}
</style>
background-color css
<style>
a { background-color: #13FABA; }
a { background-color: rgb(19,250,186); }
div.DivClassName
{
background-color: #13FABA;
}
.BgClassName
{
background-color: #13FABA;
}
</style>
border-color css
<style>
span { border-color: #13FABA; }
span { border-color: rgb(19,250,186); }
td.TdClassName
{
border-color: #13FABA;
}
.TagClassName
{
border-color: #13FABA;
}
</style>