Shades of Medium Spring Green #05ECB0
Tints of Medium Spring Green #05ECB0
RGB
CMYK
RGB Variations
Color information
#05ECB0 (or 0x05ECB0) is known color: Medium Spring Green. HEX triplet: 05, EC and B0. RGB value is (5,236,176). Sum of RGB (Red+Green+Blue) = 5+236+176=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05ECB0 is #FA134F. Grayscale: #A0A0A0. Windows color (decimal): -16388944 or 11594757. OLE color: 11594757.
HSL color Cylindrical-coordinate representation of color #05ECB0: hue angle of 164.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECB0 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 176 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.07 |
| HSL | 164.42º | 0.96% | 0.47% | - |
| HSV(B) | 164.42º | 0.98% | 0.93% | - |
| XYZ | 37.89 | 63.16 | 51.27 | - |
| YUV | 160.09 | 136.97 | 17.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 176 | 0.98 | 0 | 0.25 | 0.07 | 164.42 | 0.96 | 0.47 |
| Hex | 5 | EC | B0 | 62 | 0 | 19 | 7 | A4 | 60 | 2F |
| Octal | 5 | 354 | 260 | 142 | 0 | 31 | 7 | 244 | 140 | 57 |
| Binary | 101 | 11101100 | 10110000 | 1100010 | 0 | 11001 | 111 | 10100100 | 1100000 | 101111 |
Color Harmonies of #05ECB0
Complementary color
Monochromatic Colors of #05ECB0
Black with #05ECB0
Text Example
Text Example
White with #05ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECB0; }
p { color: rgb(5,236,176); }
H1.HeaderClassName
{
color: #05ECB0;
}
.AnyTagClassName
{
color: #05ECB0;
}
</style>
background-color css
<style>
a { background-color: #05ECB0; }
a { background-color: rgb(5,236,176); }
div.DivClassName
{
background-color: #05ECB0;
}
.BgClassName
{
background-color: #05ECB0;
}
</style>
border-color css
<style>
span { border-color: #05ECB0; }
span { border-color: rgb(5,236,176); }
td.TdClassName
{
border-color: #05ECB0;
}
.TagClassName
{
border-color: #05ECB0;
}
</style>