Html Css Color HEX #14EBA7 Medium Spring Green

📋 copy color: '#14EBA7'

red 20 ◦ green 235 ◦ blue 167

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

Shades of Medium Spring Green #14EBA7

Tints of Medium Spring Green #14EBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.57%

R = 4.74%
G = 55.69%
B = 39.57%

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

#14EBA7 (or 0x14EBA7) is known color: Medium Spring Green. HEX triplet: 14, EB and A7. RGB value is (20,235,167). Sum of RGB (Red+Green+Blue) = 20+235+167=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBA7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EBA7 is #EB1458. Grayscale: #A3A3A3. Windows color (decimal): -15406169 or 11004692. OLE color: 11004692.

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

Color convert

RGB 20 235 167 -
CMYK 0.91 0 0.29 0.08
HSL 161.02º 0.84% 0.5% -
HSV(B) 161.02º 0.91% 0.92% -
XYZ 36.97 62.36 46.65 -
YUV 162.96 130.27 26.03 -
System Red Green Blue C M Y K H S L
Decimal 20 235 167 0.91 0 0.29 0.08 161.02 0.84 0.5
Hex 14 EB A7 5B 0 1D 8 A1 54 32
Octal 24 353 247 133 0 35 10 241 124 62
Binary 10100 11101011 10100111 1011011 0 11101 1000 10100001 1010100 110010

Color Harmonies of #14EBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EBA7

Black with #14EBA7

Text Example


Text Example

White with #14EBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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