Html Css Color HEX #13F2B2 Medium Spring Green
📋 copy color: '#13F2B2'red 19 ◦ green 242 ◦ blue 178
Shades of Medium Spring Green #13F2B2
Tints of Medium Spring Green #13F2B2
RGB
CMYK
RGB Variations
Color information
#13F2B2 (or 0x13F2B2) is known color: Medium Spring Green. HEX triplet: 13, F2 and B2. RGB value is (19,242,178). Sum of RGB (Red+Green+Blue) = 19+242+178=439 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.33% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2B2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F2B2 is #EC0D4D. Grayscale: #A8A8A8. Windows color (decimal): -15469902 or 11727379. OLE color: 11727379.
HSL color Cylindrical-coordinate representation of color #13F2B2: hue angle of 162.78º 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 #13F2B2 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 178 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.05 |
| HSL | 162.78º | 0.9% | 0.51% | - |
| HSV(B) | 162.78º | 0.92% | 0.95% | - |
| XYZ | 40.06 | 66.86 | 52.91 | - |
| YUV | 168.03 | 133.62 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 178 | 0.92 | 0 | 0.26 | 0.05 | 162.78 | 0.9 | 0.51 |
| Hex | 13 | F2 | B2 | 5C | 0 | 1A | 5 | A3 | 5A | 33 |
| Octal | 23 | 362 | 262 | 134 | 0 | 32 | 5 | 243 | 132 | 63 |
| Binary | 10011 | 11110010 | 10110010 | 1011100 | 0 | 11010 | 101 | 10100011 | 1011010 | 110011 |
Color Harmonies of #13F2B2
Complementary color
Monochromatic Colors of #13F2B2
Black with #13F2B2
Text Example
Text Example
White with #13F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2B2; }
p { color: rgb(19,242,178); }
H1.HeaderClassName
{
color: #13F2B2;
}
.AnyTagClassName
{
color: #13F2B2;
}
</style>
background-color css
<style>
a { background-color: #13F2B2; }
a { background-color: rgb(19,242,178); }
div.DivClassName
{
background-color: #13F2B2;
}
.BgClassName
{
background-color: #13F2B2;
}
</style>
border-color css
<style>
span { border-color: #13F2B2; }
span { border-color: rgb(19,242,178); }
td.TdClassName
{
border-color: #13F2B2;
}
.TagClassName
{
border-color: #13F2B2;
}
</style>