Html Css Color HEX #14E8B8 Medium Spring Green
📋 copy color: '#14E8B8'red 20 ◦ green 232 ◦ blue 184
Shades of Medium Spring Green #14E8B8
Tints of Medium Spring Green #14E8B8
RGB
CMYK
RGB Variations
Color information
#14E8B8 (or 0x14E8B8) is known color: Medium Spring Green. HEX triplet: 14, E8 and B8. RGB value is (20,232,184). Sum of RGB (Red+Green+Blue) = 20+232+184=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #14E8B8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E8B8 is #EB1747. Grayscale: #A3A3A3. Windows color (decimal): -15406920 or 12118036. OLE color: 12118036.
HSL color Cylindrical-coordinate representation of color #14E8B8: hue angle of 166.42º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E8B8 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 232 | 184 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.09 |
| HSL | 166.42º | 0.84% | 0.49% | - |
| HSV(B) | 166.42º | 0.91% | 0.91% | - |
| XYZ | 37.8 | 61.32 | 55.19 | - |
| YUV | 163.14 | 139.76 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 232 | 184 | 0.91 | 0 | 0.21 | 0.09 | 166.42 | 0.84 | 0.49 |
| Hex | 14 | E8 | B8 | 5B | 0 | 15 | 9 | A6 | 54 | 31 |
| Octal | 24 | 350 | 270 | 133 | 0 | 25 | 11 | 246 | 124 | 61 |
| Binary | 10100 | 11101000 | 10111000 | 1011011 | 0 | 10101 | 1001 | 10100110 | 1010100 | 110001 |
Color Harmonies of #14E8B8
Complementary color
Monochromatic Colors of #14E8B8
Black with #14E8B8
Text Example
Text Example
White with #14E8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E8B8; }
p { color: rgb(20,232,184); }
H1.HeaderClassName
{
color: #14E8B8;
}
.AnyTagClassName
{
color: #14E8B8;
}
</style>
background-color css
<style>
a { background-color: #14E8B8; }
a { background-color: rgb(20,232,184); }
div.DivClassName
{
background-color: #14E8B8;
}
.BgClassName
{
background-color: #14E8B8;
}
</style>
border-color css
<style>
span { border-color: #14E8B8; }
span { border-color: rgb(20,232,184); }
td.TdClassName
{
border-color: #14E8B8;
}
.TagClassName
{
border-color: #14E8B8;
}
</style>