Shades of Medium Spring Green #05ECBA
Tints of Medium Spring Green #05ECBA
RGB
CMYK
RGB Variations
Color information
#05ECBA (or 0x05ECBA) is known color: Medium Spring Green. HEX triplet: 05, EC and BA. RGB value is (5,236,186). Sum of RGB (Red+Green+Blue) = 5+236+186=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECBA is #FA1345. Grayscale: #A1A1A1. Windows color (decimal): -16388934 or 12250117. OLE color: 12250117.
HSL color Cylindrical-coordinate representation of color #05ECBA: hue angle of 167.01º 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 #05ECBA is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 186 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.07 |
| HSL | 167.01º | 0.96% | 0.47% | - |
| HSV(B) | 167.01º | 0.98% | 0.93% | - |
| XYZ | 38.92 | 63.57 | 56.67 | - |
| YUV | 161.23 | 141.97 | 16.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 186 | 0.98 | 0 | 0.21 | 0.07 | 167.01 | 0.96 | 0.47 |
| Hex | 5 | EC | BA | 62 | 0 | 15 | 7 | A7 | 60 | 2F |
| Octal | 5 | 354 | 272 | 142 | 0 | 25 | 7 | 247 | 140 | 57 |
| Binary | 101 | 11101100 | 10111010 | 1100010 | 0 | 10101 | 111 | 10100111 | 1100000 | 101111 |
Color Harmonies of #05ECBA
Complementary color
Monochromatic Colors of #05ECBA
Black with #05ECBA
Text Example
Text Example
White with #05ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECBA; }
p { color: rgb(5,236,186); }
H1.HeaderClassName
{
color: #05ECBA;
}
.AnyTagClassName
{
color: #05ECBA;
}
</style>
background-color css
<style>
a { background-color: #05ECBA; }
a { background-color: rgb(5,236,186); }
div.DivClassName
{
background-color: #05ECBA;
}
.BgClassName
{
background-color: #05ECBA;
}
</style>
border-color css
<style>
span { border-color: #05ECBA; }
span { border-color: rgb(5,236,186); }
td.TdClassName
{
border-color: #05ECBA;
}
.TagClassName
{
border-color: #05ECBA;
}
</style>