Html Css Color HEX #13F3BA Medium Spring Green
📋 copy color: '#13F3BA'red 19 ◦ green 243 ◦ blue 186
Shades of Medium Spring Green #13F3BA
Tints of Medium Spring Green #13F3BA
RGB
CMYK
RGB Variations
Color information
#13F3BA (or 0x13F3BA) is known color: Medium Spring Green. HEX triplet: 13, F3 and BA. RGB value is (19,243,186). Sum of RGB (Red+Green+Blue) = 19+243+186=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #13F3BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F3BA is #EC0C45. Grayscale: #A9A9A9. Windows color (decimal): -15469638 or 12251923. OLE color: 12251923.
HSL color Cylindrical-coordinate representation of color #13F3BA: hue angle of 164.73º degrees, saturation: 0.9, 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 #13F3BA is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 186 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.05 |
| HSL | 164.73º | 0.9% | 0.51% | - |
| HSV(B) | 164.73º | 0.92% | 0.95% | - |
| XYZ | 41.18 | 67.78 | 57.37 | - |
| YUV | 169.53 | 137.29 | 20.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 186 | 0.92 | 0 | 0.23 | 0.05 | 164.73 | 0.9 | 0.51 |
| Hex | 13 | F3 | BA | 5C | 0 | 17 | 5 | A5 | 5A | 33 |
| Octal | 23 | 363 | 272 | 134 | 0 | 27 | 5 | 245 | 132 | 63 |
| Binary | 10011 | 11110011 | 10111010 | 1011100 | 0 | 10111 | 101 | 10100101 | 1011010 | 110011 |
Color Harmonies of #13F3BA
Complementary color
Monochromatic Colors of #13F3BA
Black with #13F3BA
Text Example
Text Example
White with #13F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F3BA; }
p { color: rgb(19,243,186); }
H1.HeaderClassName
{
color: #13F3BA;
}
.AnyTagClassName
{
color: #13F3BA;
}
</style>
background-color css
<style>
a { background-color: #13F3BA; }
a { background-color: rgb(19,243,186); }
div.DivClassName
{
background-color: #13F3BA;
}
.BgClassName
{
background-color: #13F3BA;
}
</style>
border-color css
<style>
span { border-color: #13F3BA; }
span { border-color: rgb(19,243,186); }
td.TdClassName
{
border-color: #13F3BA;
}
.TagClassName
{
border-color: #13F3BA;
}
</style>