Html Css Color HEX #13F0BA Medium Spring Green
📋 copy color: '#13F0BA'red 19 ◦ green 240 ◦ blue 186
Shades of Medium Spring Green #13F0BA
Tints of Medium Spring Green #13F0BA
RGB
CMYK
RGB Variations
Color information
#13F0BA (or 0x13F0BA) is known color: Medium Spring Green. HEX triplet: 13, F0 and BA. RGB value is (19,240,186). Sum of RGB (Red+Green+Blue) = 19+240+186=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F0BA is #EC0F45. Grayscale: #A7A7A7. Windows color (decimal): -15470406 or 12251155. OLE color: 12251155.
HSL color Cylindrical-coordinate representation of color #13F0BA: hue angle of 165.34º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F0BA is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 186 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.06 |
| HSL | 165.34º | 0.88% | 0.51% | - |
| HSV(B) | 165.34º | 0.92% | 0.94% | - |
| XYZ | 40.29 | 66 | 57.07 | - |
| YUV | 167.77 | 138.28 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 186 | 0.92 | 0 | 0.22 | 0.06 | 165.34 | 0.88 | 0.51 |
| Hex | 13 | F0 | BA | 5C | 0 | 16 | 6 | A5 | 58 | 33 |
| Octal | 23 | 360 | 272 | 134 | 0 | 26 | 6 | 245 | 130 | 63 |
| Binary | 10011 | 11110000 | 10111010 | 1011100 | 0 | 10110 | 110 | 10100101 | 1011000 | 110011 |
Color Harmonies of #13F0BA
Complementary color
Monochromatic Colors of #13F0BA
Black with #13F0BA
Text Example
Text Example
White with #13F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F0BA; }
p { color: rgb(19,240,186); }
H1.HeaderClassName
{
color: #13F0BA;
}
.AnyTagClassName
{
color: #13F0BA;
}
</style>
background-color css
<style>
a { background-color: #13F0BA; }
a { background-color: rgb(19,240,186); }
div.DivClassName
{
background-color: #13F0BA;
}
.BgClassName
{
background-color: #13F0BA;
}
</style>
border-color css
<style>
span { border-color: #13F0BA; }
span { border-color: rgb(19,240,186); }
td.TdClassName
{
border-color: #13F0BA;
}
.TagClassName
{
border-color: #13F0BA;
}
</style>