Shades of Medium Spring Green #00ECB4
Tints of Medium Spring Green #00ECB4
RGB
CMYK
RGB Variations
Color information
#00ECB4 (or 0x00ECB4) is known color: Medium Spring Green. HEX triplet: 00, EC and B4. RGB value is (0,236,180). Sum of RGB (Red+Green+Blue) = 0+236+180=416 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECB4 is #FF134B. Grayscale: #9F9F9F. Windows color (decimal): -16716620 or 11856896. OLE color: 11856896.
HSL color Cylindrical-coordinate representation of color #00ECB4: hue angle of 165.76º 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 #00ECB4 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 180 | - |
| CMYK | 1 | 0 | 0.24 | 0.07 |
| HSL | 165.76º | 1% | 0.46% | - |
| HSV(B) | 165.76º | 1% | 0.93% | - |
| XYZ | 38.23 | 63.29 | 53.38 | - |
| YUV | 159.05 | 139.81 | 14.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 180 | 1 | 0 | 0.24 | 0.07 | 165.76 | 1 | 0.46 |
| Hex | 0 | EC | B4 | 64 | 0 | 18 | 7 | A6 | 64 | 2E |
| Octal | 0 | 354 | 264 | 144 | 0 | 30 | 7 | 246 | 144 | 56 |
| Binary | 0 | 11101100 | 10110100 | 1100100 | 0 | 11000 | 111 | 10100110 | 1100100 | 101110 |
Color Harmonies of #00ECB4
Complementary color
Monochromatic Colors of #00ECB4
Black with #00ECB4
Text Example
Text Example
White with #00ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECB4; }
p { color: rgb(0,236,180); }
H1.HeaderClassName
{
color: #00ECB4;
}
.AnyTagClassName
{
color: #00ECB4;
}
</style>
background-color css
<style>
a { background-color: #00ECB4; }
a { background-color: rgb(0,236,180); }
div.DivClassName
{
background-color: #00ECB4;
}
.BgClassName
{
background-color: #00ECB4;
}
</style>
border-color css
<style>
span { border-color: #00ECB4; }
span { border-color: rgb(0,236,180); }
td.TdClassName
{
border-color: #00ECB4;
}
.TagClassName
{
border-color: #00ECB4;
}
</style>