#14F8B5

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

Shades of Medium Spring Green #14F8B5

Tints of Medium Spring Green #14F8B5

Color information

#14F8B5 (or 0x14F8B5) is unknown color: approx Medium Spring Green. HEX triplet: 14, F8 and B5. RGB value is (20,248,181). Sum of RGB (Red+Green+Blue) = 20+248+181=449 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.45% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #14F8B5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F8B5 is #EB074A. Grayscale: #ACACAC. Windows color (decimal): -15402827 or 11925524. OLE color: 11925524.

HSL color Cylindrical-coordinate representation of color #14F8B5: hue angle of 162.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F8B5 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB20248181-
CMYK0.9200.270.03
HSL162.37º94.21%52.55%-
HSV(B)162.37º91.94%97.25%-
XYZ42.270.6255.12-
YUV172.19132.9619.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.45%
GREEN value IS 248 (97.27% from 255) = 55.23%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=4.45%
G=55.23%
B=40.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202481810.9200.270.03162.3794.2152.55
Hex14F8B55C01B3a25e35
Octal24370265134033324213665
Binary101001111100010110101101110001101111101000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,248,181); }

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

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

 a { background-color: rgb(20,248,181); }

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

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

 span { border-color: rgb(20,248,181); }

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