Html Css Color HEX #14EEB2 Medium Spring Green
📋 copy color: '#14EEB2'red 20 ◦ green 238 ◦ blue 178
Shades of Medium Spring Green #14EEB2
Tints of Medium Spring Green #14EEB2
RGB
CMYK
RGB Variations
Color information
#14EEB2 (or 0x14EEB2) is known color: Medium Spring Green. HEX triplet: 14, EE and B2. RGB value is (20,238,178). Sum of RGB (Red+Green+Blue) = 20+238+178=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #14EEB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EEB2 is #EB114D. Grayscale: #A6A6A6. Windows color (decimal): -15405390 or 11726356. OLE color: 11726356.
HSL color Cylindrical-coordinate representation of color #14EEB2: hue angle of 163.49º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EEB2 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 178 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.07 |
| HSL | 163.49º | 0.87% | 0.51% | - |
| HSV(B) | 163.49º | 0.92% | 0.93% | - |
| XYZ | 38.9 | 64.51 | 52.52 | - |
| YUV | 165.98 | 134.78 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 178 | 0.92 | 0 | 0.25 | 0.07 | 163.49 | 0.87 | 0.51 |
| Hex | 14 | EE | B2 | 5C | 0 | 19 | 7 | A3 | 57 | 33 |
| Octal | 24 | 356 | 262 | 134 | 0 | 31 | 7 | 243 | 127 | 63 |
| Binary | 10100 | 11101110 | 10110010 | 1011100 | 0 | 11001 | 111 | 10100011 | 1010111 | 110011 |
Color Harmonies of #14EEB2
Complementary color
Monochromatic Colors of #14EEB2
Black with #14EEB2
Text Example
Text Example
White with #14EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EEB2; }
p { color: rgb(20,238,178); }
H1.HeaderClassName
{
color: #14EEB2;
}
.AnyTagClassName
{
color: #14EEB2;
}
</style>
background-color css
<style>
a { background-color: #14EEB2; }
a { background-color: rgb(20,238,178); }
div.DivClassName
{
background-color: #14EEB2;
}
.BgClassName
{
background-color: #14EEB2;
}
</style>
border-color css
<style>
span { border-color: #14EEB2; }
span { border-color: rgb(20,238,178); }
td.TdClassName
{
border-color: #14EEB2;
}
.TagClassName
{
border-color: #14EEB2;
}
</style>