Html Css Color HEX #14EAB3 Medium Spring Green

📋 copy color: '#14EAB3'

red 20 ◦ green 234 ◦ blue 179

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

Shades of Medium Spring Green #14EAB3

Tints of Medium Spring Green #14EAB3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.04%

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 4.62%
G = 54.04%
B = 41.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#14EAB3 (or 0x14EAB3) is known color: Medium Spring Green. HEX triplet: 14, EA and B3. RGB value is (20,234,179). Sum of RGB (Red+Green+Blue) = 20+234+179=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EAB3 is #EB154C. Grayscale: #A3A3A3. Windows color (decimal): -15406413 or 11790868. OLE color: 11790868.

HSL color Cylindrical-coordinate representation of color #14EAB3: hue angle of 164.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EAB3 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 234 179 -
CMYK 0.91 0 0.24 0.08
HSL 164.58º 0.84% 0.5% -
HSV(B) 164.58º 0.91% 0.92% -
XYZ 37.85 62.25 52.67 -
YUV 163.74 136.6 25.47 -
System Red Green Blue C M Y K H S L
Decimal 20 234 179 0.91 0 0.24 0.08 164.58 0.84 0.5
Hex 14 EA B3 5B 0 18 8 A5 54 32
Octal 24 352 263 133 0 30 10 245 124 62
Binary 10100 11101010 10110011 1011011 0 11000 1000 10100101 1010100 110010

Color Harmonies of #14EAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EAB3

Black with #14EAB3

Text Example


Text Example

White with #14EAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,234,179); }

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

background-color css

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

 a { background-color: rgb(20,234,179); }

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

border-color css

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

 span { border-color: rgb(20,234,179); }

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