Html Css Color HEX #13FFBC Medium Spring Green
📋 copy color: '#13FFBC'red 19 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #13FFBC
Tints of Medium Spring Green #13FFBC
RGB
CMYK
RGB Variations
Color information
#13FFBC (or 0x13FFBC) is known color: Medium Spring Green. HEX triplet: 13, FF and BC. RGB value is (19,255,188). Sum of RGB (Red+Green+Blue) = 19+255+188=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFBC is #EC0043. Grayscale: #B0B0B0. Windows color (decimal): -15466564 or 12386067. OLE color: 12386067.
HSL color Cylindrical-coordinate representation of color #13FFBC: hue angle of 162.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFBC is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 188 | - |
| CMYK | 0.93 | 0 | 0.26 | 0 |
| HSL | 162.97º | 1% | 0.54% | - |
| HSV(B) | 162.97º | 0.93% | 1% | - |
| XYZ | 45.11 | 75.29 | 59.73 | - |
| YUV | 176.8 | 134.31 | 15.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 188 | 0.93 | 0 | 0.26 | 0 | 162.97 | 1 | 0.54 |
| Hex | 13 | FF | BC | 5D | 0 | 1A | 0 | A3 | 64 | 36 |
| Octal | 23 | 377 | 274 | 135 | 0 | 32 | 0 | 243 | 144 | 66 |
| Binary | 10011 | 11111111 | 10111100 | 1011101 | 0 | 11010 | 0 | 10100011 | 1100100 | 110110 |
Color Harmonies of #13FFBC
Complementary color
Monochromatic Colors of #13FFBC
Black with #13FFBC
Text Example
Text Example
White with #13FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFBC; }
p { color: rgb(19,255,188); }
H1.HeaderClassName
{
color: #13FFBC;
}
.AnyTagClassName
{
color: #13FFBC;
}
</style>
background-color css
<style>
a { background-color: #13FFBC; }
a { background-color: rgb(19,255,188); }
div.DivClassName
{
background-color: #13FFBC;
}
.BgClassName
{
background-color: #13FFBC;
}
</style>
border-color css
<style>
span { border-color: #13FFBC; }
span { border-color: rgb(19,255,188); }
td.TdClassName
{
border-color: #13FFBC;
}
.TagClassName
{
border-color: #13FFBC;
}
</style>