Shades of Medium Spring Green #00EDB2
Tints of Medium Spring Green #00EDB2
RGB
CMYK
RGB Variations
Color information
#00EDB2 (or 0x00EDB2) is known color: Medium Spring Green. HEX triplet: 00, ED and B2. RGB value is (0,237,178). Sum of RGB (Red+Green+Blue) = 0+237+178=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EDB2 is #FF124D. Grayscale: #9F9F9F. Windows color (decimal): -16716366 or 11726080. OLE color: 11726080.
HSL color Cylindrical-coordinate representation of color #00EDB2: hue angle of 165.06º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDB2 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 178 | - |
| CMYK | 1 | 0 | 0.25 | 0.07 |
| HSL | 165.06º | 1% | 0.46% | - |
| HSV(B) | 165.06º | 1% | 0.93% | - |
| XYZ | 38.32 | 63.78 | 52.41 | - |
| YUV | 159.41 | 138.48 | 14.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 178 | 1 | 0 | 0.25 | 0.07 | 165.06 | 1 | 0.46 |
| Hex | 0 | ED | B2 | 64 | 0 | 19 | 7 | A5 | 64 | 2E |
| Octal | 0 | 355 | 262 | 144 | 0 | 31 | 7 | 245 | 144 | 56 |
| Binary | 0 | 11101101 | 10110010 | 1100100 | 0 | 11001 | 111 | 10100101 | 1100100 | 101110 |
Color Harmonies of #00EDB2
Complementary color
Monochromatic Colors of #00EDB2
Black with #00EDB2
Text Example
Text Example
White with #00EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDB2; }
p { color: rgb(0,237,178); }
H1.HeaderClassName
{
color: #00EDB2;
}
.AnyTagClassName
{
color: #00EDB2;
}
</style>
background-color css
<style>
a { background-color: #00EDB2; }
a { background-color: rgb(0,237,178); }
div.DivClassName
{
background-color: #00EDB2;
}
.BgClassName
{
background-color: #00EDB2;
}
</style>
border-color css
<style>
span { border-color: #00EDB2; }
span { border-color: rgb(0,237,178); }
td.TdClassName
{
border-color: #00EDB2;
}
.TagClassName
{
border-color: #00EDB2;
}
</style>