Html Css Color HEX #14EFAB Medium Spring Green

📋 copy color: '#14EFAB'

red 20 ◦ green 239 ◦ blue 171

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

Shades of Medium Spring Green #14EFAB

Tints of Medium Spring Green #14EFAB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.58%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 4.65%
G = 55.58%
B = 39.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#14EFAB (or 0x14EFAB) is known color: Medium Spring Green. HEX triplet: 14, EF and AB. RGB value is (20,239,171). Sum of RGB (Red+Green+Blue) = 20+239+171=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EFAB is #EB1054. Grayscale: #A5A5A5. Windows color (decimal): -15405141 or 11267860. OLE color: 11267860.

HSL color Cylindrical-coordinate representation of color #14EFAB: hue angle of 161.37º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFAB is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 239 171 -
CMYK 0.92 0 0.28 0.06
HSL 161.37º 0.87% 0.51% -
HSV(B) 161.37º 0.92% 0.94% -
XYZ 38.51 64.82 49.01 -
YUV 165.77 130.95 24.03 -
System Red Green Blue C M Y K H S L
Decimal 20 239 171 0.92 0 0.28 0.06 161.37 0.87 0.51
Hex 14 EF AB 5C 0 1C 6 A1 57 33
Octal 24 357 253 134 0 34 6 241 127 63
Binary 10100 11101111 10101011 1011100 0 11100 110 10100001 1010111 110011

Color Harmonies of #14EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EFAB

Black with #14EFAB

Text Example


Text Example

White with #14EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,239,171); }

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

background-color css

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

 a { background-color: rgb(20,239,171); }

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

border-color css

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

 span { border-color: rgb(20,239,171); }

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