Html Css Color HEX #14EFB3 Medium Spring Green
📋 copy color: '#14EFB3'red 20 ◦ green 239 ◦ blue 179
Shades of Medium Spring Green #14EFB3
Tints of Medium Spring Green #14EFB3
RGB
CMYK
RGB Variations
Color information
#14EFB3 (or 0x14EFB3) is known color: Medium Spring Green. HEX triplet: 14, EF and B3. RGB value is (20,239,179). Sum of RGB (Red+Green+Blue) = 20+239+179=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFB3 is #EB104C. Grayscale: #A6A6A6. Windows color (decimal): -15405133 or 11792148. OLE color: 11792148.
HSL color Cylindrical-coordinate representation of color #14EFB3: hue angle of 163.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFB3 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 239 | 179 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.06 |
| HSL | 163.56º | 0.87% | 0.51% | - |
| HSV(B) | 163.56º | 0.92% | 0.94% | - |
| XYZ | 39.29 | 65.14 | 53.15 | - |
| YUV | 166.68 | 134.95 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 179 | 0.92 | 0 | 0.25 | 0.06 | 163.56 | 0.87 | 0.51 |
| Hex | 14 | EF | B3 | 5C | 0 | 19 | 6 | A4 | 57 | 33 |
| Octal | 24 | 357 | 263 | 134 | 0 | 31 | 6 | 244 | 127 | 63 |
| Binary | 10100 | 11101111 | 10110011 | 1011100 | 0 | 11001 | 110 | 10100100 | 1010111 | 110011 |
Color Harmonies of #14EFB3
Complementary color
Monochromatic Colors of #14EFB3
Black with #14EFB3
Text Example
Text Example
White with #14EFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFB3; }
p { color: rgb(20,239,179); }
H1.HeaderClassName
{
color: #14EFB3;
}
.AnyTagClassName
{
color: #14EFB3;
}
</style>
background-color css
<style>
a { background-color: #14EFB3; }
a { background-color: rgb(20,239,179); }
div.DivClassName
{
background-color: #14EFB3;
}
.BgClassName
{
background-color: #14EFB3;
}
</style>
border-color css
<style>
span { border-color: #14EFB3; }
span { border-color: rgb(20,239,179); }
td.TdClassName
{
border-color: #14EFB3;
}
.TagClassName
{
border-color: #14EFB3;
}
</style>