Html Css Color HEX #14EBAB Medium Spring Green

📋 copy color: '#14EBAB'

red 20 ◦ green 235 ◦ blue 171

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

Shades of Medium Spring Green #14EBAB

Tints of Medium Spring Green #14EBAB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.16%

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

R = 4.69%
G = 55.16%
B = 40.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#14EBAB (or 0x14EBAB) is known color: Medium Spring Green. HEX triplet: 14, EB and AB. RGB value is (20,235,171). Sum of RGB (Red+Green+Blue) = 20+235+171=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 235 (92.19% from 255 or 55.16% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EBAB is #EB1454. Grayscale: #A3A3A3. Windows color (decimal): -15406165 or 11266836. OLE color: 11266836.

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

Color convert

RGB 20 235 171 -
CMYK 0.91 0 0.27 0.08
HSL 162.14º 0.84% 0.5% -
HSV(B) 162.14º 0.91% 0.92% -
XYZ 37.35 62.51 48.62 -
YUV 163.42 132.27 25.7 -
System Red Green Blue C M Y K H S L
Decimal 20 235 171 0.91 0 0.27 0.08 162.14 0.84 0.5
Hex 14 EB AB 5B 0 1B 8 A2 54 32
Octal 24 353 253 133 0 33 10 242 124 62
Binary 10100 11101011 10101011 1011011 0 11011 1000 10100010 1010100 110010

Color Harmonies of #14EBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EBAB

Black with #14EBAB

Text Example


Text Example

White with #14EBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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