Html Css Color HEX #13FFBF Medium Spring Green
📋 copy color: '#13FFBF'red 19 ◦ green 255 ◦ blue 191
Shades of Medium Spring Green #13FFBF
Tints of Medium Spring Green #13FFBF
RGB
CMYK
RGB Variations
Color information
#13FFBF (or 0x13FFBF) is known color: Medium Spring Green. HEX triplet: 13, FF and BF. RGB value is (19,255,191). Sum of RGB (Red+Green+Blue) = 19+255+191=465 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFBF is #EC0040. Grayscale: #B1B1B1. Windows color (decimal): -15466561 or 12582675. OLE color: 12582675.
HSL color Cylindrical-coordinate representation of color #13FFBF: hue angle of 163.73º 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 #13FFBF is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 191 | - |
| CMYK | 0.93 | 0 | 0.25 | 0 |
| HSL | 163.73º | 1% | 0.54% | - |
| HSV(B) | 163.73º | 0.93% | 1% | - |
| XYZ | 45.43 | 75.42 | 61.45 | - |
| YUV | 177.14 | 135.81 | 15.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 191 | 0.93 | 0 | 0.25 | 0 | 163.73 | 1 | 0.54 |
| Hex | 13 | FF | BF | 5D | 0 | 19 | 0 | A4 | 64 | 36 |
| Octal | 23 | 377 | 277 | 135 | 0 | 31 | 0 | 244 | 144 | 66 |
| Binary | 10011 | 11111111 | 10111111 | 1011101 | 0 | 11001 | 0 | 10100100 | 1100100 | 110110 |
Color Harmonies of #13FFBF
Complementary color
Monochromatic Colors of #13FFBF
Black with #13FFBF
Text Example
Text Example
White with #13FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFBF; }
p { color: rgb(19,255,191); }
H1.HeaderClassName
{
color: #13FFBF;
}
.AnyTagClassName
{
color: #13FFBF;
}
</style>
background-color css
<style>
a { background-color: #13FFBF; }
a { background-color: rgb(19,255,191); }
div.DivClassName
{
background-color: #13FFBF;
}
.BgClassName
{
background-color: #13FFBF;
}
</style>
border-color css
<style>
span { border-color: #13FFBF; }
span { border-color: rgb(19,255,191); }
td.TdClassName
{
border-color: #13FFBF;
}
.TagClassName
{
border-color: #13FFBF;
}
</style>