Shades of Medium Spring Green #04EDBA
Tints of Medium Spring Green #04EDBA
RGB
CMYK
RGB Variations
Color information
#04EDBA (or 0x04EDBA) is known color: Medium Spring Green. HEX triplet: 04, ED and BA. RGB value is (4,237,186). Sum of RGB (Red+Green+Blue) = 4+237+186=427 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 427); Green value is 237 (92.97% from 255 or 55.50% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 237 - color contains mainly: green. Hex color #04EDBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EDBA is #FB1245. Grayscale: #A1A1A1. Windows color (decimal): -16454214 or 12250372. OLE color: 12250372.
HSL color Cylindrical-coordinate representation of color #04EDBA: hue angle of 166.87º degrees, saturation: 0.97, 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 #04EDBA is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 237 | 186 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.07 |
| HSL | 166.87º | 0.97% | 0.47% | - |
| HSV(B) | 166.87º | 0.98% | 0.93% | - |
| XYZ | 39.2 | 64.14 | 56.77 | - |
| YUV | 161.52 | 141.81 | 15.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 186 | 0.98 | 0 | 0.22 | 0.07 | 166.87 | 0.97 | 0.47 |
| Hex | 4 | ED | BA | 62 | 0 | 16 | 7 | A7 | 61 | 2F |
| Octal | 4 | 355 | 272 | 142 | 0 | 26 | 7 | 247 | 141 | 57 |
| Binary | 100 | 11101101 | 10111010 | 1100010 | 0 | 10110 | 111 | 10100111 | 1100001 | 101111 |
Color Harmonies of #04EDBA
Complementary color
Monochromatic Colors of #04EDBA
Black with #04EDBA
Text Example
Text Example
White with #04EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EDBA; }
p { color: rgb(4,237,186); }
H1.HeaderClassName
{
color: #04EDBA;
}
.AnyTagClassName
{
color: #04EDBA;
}
</style>
background-color css
<style>
a { background-color: #04EDBA; }
a { background-color: rgb(4,237,186); }
div.DivClassName
{
background-color: #04EDBA;
}
.BgClassName
{
background-color: #04EDBA;
}
</style>
border-color css
<style>
span { border-color: #04EDBA; }
span { border-color: rgb(4,237,186); }
td.TdClassName
{
border-color: #04EDBA;
}
.TagClassName
{
border-color: #04EDBA;
}
</style>