Html Css Color HEX #13F1BA Medium Spring Green
📋 copy color: '#13F1BA'red 19 ◦ green 241 ◦ blue 186
Shades of Medium Spring Green #13F1BA
Tints of Medium Spring Green #13F1BA
RGB
CMYK
RGB Variations
Color information
#13F1BA (or 0x13F1BA) is known color: Medium Spring Green. HEX triplet: 13, F1 and BA. RGB value is (19,241,186). Sum of RGB (Red+Green+Blue) = 19+241+186=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #13F1BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F1BA is #EC0E45. Grayscale: #A8A8A8. Windows color (decimal): -15470150 or 12251411. OLE color: 12251411.
HSL color Cylindrical-coordinate representation of color #13F1BA: hue angle of 165.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F1BA is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 186 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.05 |
| HSL | 165.14º | 0.89% | 0.51% | - |
| HSV(B) | 165.14º | 0.92% | 0.95% | - |
| XYZ | 40.59 | 66.59 | 57.17 | - |
| YUV | 168.35 | 137.95 | 21.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 186 | 0.92 | 0 | 0.23 | 0.05 | 165.14 | 0.89 | 0.51 |
| Hex | 13 | F1 | BA | 5C | 0 | 17 | 5 | A5 | 59 | 33 |
| Octal | 23 | 361 | 272 | 134 | 0 | 27 | 5 | 245 | 131 | 63 |
| Binary | 10011 | 11110001 | 10111010 | 1011100 | 0 | 10111 | 101 | 10100101 | 1011001 | 110011 |
Color Harmonies of #13F1BA
Complementary color
Monochromatic Colors of #13F1BA
Black with #13F1BA
Text Example
Text Example
White with #13F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F1BA; }
p { color: rgb(19,241,186); }
H1.HeaderClassName
{
color: #13F1BA;
}
.AnyTagClassName
{
color: #13F1BA;
}
</style>
background-color css
<style>
a { background-color: #13F1BA; }
a { background-color: rgb(19,241,186); }
div.DivClassName
{
background-color: #13F1BA;
}
.BgClassName
{
background-color: #13F1BA;
}
</style>
border-color css
<style>
span { border-color: #13F1BA; }
span { border-color: rgb(19,241,186); }
td.TdClassName
{
border-color: #13F1BA;
}
.TagClassName
{
border-color: #13F1BA;
}
</style>