Html Css Color HEX #14E4AF Medium Spring Green

📋 copy color: '#14E4AF'

red 20 ◦ green 228 ◦ blue 175

#14E4AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #14E4AF

Tints of Medium Spring Green #14E4AF

RGB

 RED value IS 20 (8.2% from 255) = 4.73%

 GREEN value IS 228 (89.45% from 255) = 53.9%

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 4.73%
G = 53.9%
B = 41.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#14E4AF (or 0x14E4AF) is known color: Medium Spring Green. HEX triplet: 14, E4 and AF. RGB value is (20,228,175). Sum of RGB (Red+Green+Blue) = 20+228+175=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #14E4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E4AF is #EB1B50. Grayscale: #9F9F9F. Windows color (decimal): -15407953 or 11527188. OLE color: 11527188.

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

Color convert

RGB 20 228 175 -
CMYK 0.91 0 0.23 0.11
HSL 164.71º 0.84% 0.49% -
HSV(B) 164.71º 0.91% 0.89% -
XYZ 35.77 58.73 50.01 -
YUV 159.77 136.59 28.31 -
System Red Green Blue C M Y K H S L
Decimal 20 228 175 0.91 0 0.23 0.11 164.71 0.84 0.49
Hex 14 E4 AF 5B 0 17 B A5 54 31
Octal 24 344 257 133 0 27 13 245 124 61
Binary 10100 11100100 10101111 1011011 0 10111 1011 10100101 1010100 110001

Color Harmonies of #14E4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E4AF

Black with #14E4AF

Text Example


Text Example

White with #14E4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,228,175); }

 H1.HeaderClassName
 {
   color: #14E4AF;
 }
 .AnyTagClassName
 {
   color: #14E4AF;
 }
</style>

background-color css

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

 a { background-color: rgb(20,228,175); }

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

border-color css

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

 span { border-color: rgb(20,228,175); }

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