#14E5B0

Color #14E5B0 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #14E5B0

Tints of Medium Spring Green #14E5B0

Color information

#14E5B0 (or 0x14E5B0) is unknown color: approx Medium Spring Green. HEX triplet: 14, E5 and B0. RGB value is (20,229,176). Sum of RGB (Red+Green+Blue) = 20+229+176=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #14E5B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E5B0 is #EB1A4F. Grayscale: #A0A0A0. Windows color (decimal): -15407696 or 11592980. OLE color: 11592980.

HSL color Cylindrical-coordinate representation of color #14E5B0: hue angle of 164.78º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E5B0 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB20229176-
CMYK0.9100.230.10
HSL164.78º83.94%48.82%-
HSV(B)164.78º91.27%89.8%-
XYZ36.1459.3250.62-
YUV160.47136.7627.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 4.71%
GREEN value IS 229 (89.84% from 255) = 53.88%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=4.71%
G=53.88%
B=41.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202291760.9100.230.10164.7883.9448.82
Hex14E5B05B017Aa55431
Octal243452601330271224512461
Binary10100111001011011000010110110101111010101001011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14E5B0; }

 p { color: rgb(20,229,176); }

 H1.HeaderClassName
 {
   color: #14E5B0;
 }
 .AnyTagClassName
 {
   color: #14E5B0;
 }
</style>
background-color css

<style>
 a { background-color: #14E5B0; }

 a { background-color: rgb(20,229,176); }

 div.DivClassName
 {
   background-color: #14E5B0;
 }
 .BgClassName
 {
   background-color: #14E5B0;
 }
</style>
border-color css

<style>
 span { border-color: #14E5B0; }

 span { border-color: rgb(20,229,176); }

 td.TdClassName
 {
   border-color: #14E5B0;
 }
 .TagClassName
 {
   border-color: #14E5B0;
 }
</style>