Html Css Color HEX #14EBA8 Medium Spring Green

📋 copy color: '#14EBA8'

red 20 ◦ green 235 ◦ blue 168

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

Shades of Medium Spring Green #14EBA8

Tints of Medium Spring Green #14EBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.72%

R = 4.73%
G = 55.56%
B = 39.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#14EBA8 (or 0x14EBA8) is known color: Medium Spring Green. HEX triplet: 14, EB and A8. RGB value is (20,235,168). Sum of RGB (Red+Green+Blue) = 20+235+168=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EBA8 is #EB1457. Grayscale: #A3A3A3. Windows color (decimal): -15406168 or 11070228. OLE color: 11070228.

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

Color convert

RGB 20 235 168 -
CMYK 0.91 0 0.29 0.08
HSL 161.3º 0.84% 0.5% -
HSV(B) 161.3º 0.91% 0.92% -
XYZ 37.06 62.39 47.14 -
YUV 163.08 130.77 25.95 -
System Red Green Blue C M Y K H S L
Decimal 20 235 168 0.91 0 0.29 0.08 161.3 0.84 0.5
Hex 14 EB A8 5B 0 1D 8 A1 54 32
Octal 24 353 250 133 0 35 10 241 124 62
Binary 10100 11101011 10101000 1011011 0 11101 1000 10100001 1010100 110010

Color Harmonies of #14EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EBA8

Black with #14EBA8

Text Example


Text Example

White with #14EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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