Html Css Color HEX #14ECB3 Medium Spring Green
📋 copy color: '#14ECB3'red 20 ◦ green 236 ◦ blue 179
Shades of Medium Spring Green #14ECB3
Tints of Medium Spring Green #14ECB3
RGB
CMYK
RGB Variations
Color information
#14ECB3 (or 0x14ECB3) is known color: Medium Spring Green. HEX triplet: 14, EC and B3. RGB value is (20,236,179). Sum of RGB (Red+Green+Blue) = 20+236+179=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECB3 is #EB134C. Grayscale: #A4A4A4. Windows color (decimal): -15405901 or 11791380. OLE color: 11791380.
HSL color Cylindrical-coordinate representation of color #14ECB3: hue angle of 164.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ECB3 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 179 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.07 |
| HSL | 164.17º | 0.85% | 0.5% | - |
| HSV(B) | 164.17º | 0.92% | 0.93% | - |
| XYZ | 38.42 | 63.39 | 52.86 | - |
| YUV | 164.92 | 135.94 | 24.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 179 | 0.92 | 0 | 0.24 | 0.07 | 164.17 | 0.85 | 0.5 |
| Hex | 14 | EC | B3 | 5C | 0 | 18 | 7 | A4 | 55 | 32 |
| Octal | 24 | 354 | 263 | 134 | 0 | 30 | 7 | 244 | 125 | 62 |
| Binary | 10100 | 11101100 | 10110011 | 1011100 | 0 | 11000 | 111 | 10100100 | 1010101 | 110010 |
Color Harmonies of #14ECB3
Complementary color
Monochromatic Colors of #14ECB3
Black with #14ECB3
Text Example
Text Example
White with #14ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECB3; }
p { color: rgb(20,236,179); }
H1.HeaderClassName
{
color: #14ECB3;
}
.AnyTagClassName
{
color: #14ECB3;
}
</style>
background-color css
<style>
a { background-color: #14ECB3; }
a { background-color: rgb(20,236,179); }
div.DivClassName
{
background-color: #14ECB3;
}
.BgClassName
{
background-color: #14ECB3;
}
</style>
border-color css
<style>
span { border-color: #14ECB3; }
span { border-color: rgb(20,236,179); }
td.TdClassName
{
border-color: #14ECB3;
}
.TagClassName
{
border-color: #14ECB3;
}
</style>