Html Css Color HEX #14EAAE Medium Spring Green

📋 copy color: '#14EAAE'

red 20 ◦ green 234 ◦ blue 174

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

Shades of Medium Spring Green #14EAAE

Tints of Medium Spring Green #14EAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 4.67%
G = 54.67%
B = 40.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#14EAAE (or 0x14EAAE) is known color: Medium Spring Green. HEX triplet: 14, EA and AE. RGB value is (20,234,174). Sum of RGB (Red+Green+Blue) = 20+234+174=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #14EAAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EAAE is #EB1551. Grayscale: #A3A3A3. Windows color (decimal): -15406418 or 11463188. OLE color: 11463188.

HSL color Cylindrical-coordinate representation of color #14EAAE: hue angle of 163.18º 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 #14EAAE is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 234 174 -
CMYK 0.91 0 0.26 0.08
HSL 163.18º 0.84% 0.5% -
HSV(B) 163.18º 0.91% 0.92% -
XYZ 37.35 62.05 50.05 -
YUV 163.17 134.1 25.88 -
System Red Green Blue C M Y K H S L
Decimal 20 234 174 0.91 0 0.26 0.08 163.18 0.84 0.5
Hex 14 EA AE 5B 0 1A 8 A3 54 32
Octal 24 352 256 133 0 32 10 243 124 62
Binary 10100 11101010 10101110 1011011 0 11010 1000 10100011 1010100 110010

Color Harmonies of #14EAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EAAE

Black with #14EAAE

Text Example


Text Example

White with #14EAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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