Html Css Color HEX #14FBA6 Medium Spring Green

📋 copy color: '#14FBA6'

red 20 ◦ green 251 ◦ blue 166

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

Shades of Medium Spring Green #14FBA6

Tints of Medium Spring Green #14FBA6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.44%

 BLUE value IS 166 (65.23% from 255) = 37.99%

R = 4.58%
G = 57.44%
B = 37.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#14FBA6 (or 0x14FBA6) is known color: Medium Spring Green. HEX triplet: 14, FB and A6. RGB value is (20,251,166). Sum of RGB (Red+Green+Blue) = 20+251+166=437 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.58% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBA6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FBA6 is #EB0459. Grayscale: #ACACAC. Windows color (decimal): -15402074 or 10943252. OLE color: 10943252.

HSL color Cylindrical-coordinate representation of color #14FBA6: hue angle of 157.92º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FBA6 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 251 166 -
CMYK 0.92 0 0.34 0.02
HSL 157.92º 0.97% 0.53% -
HSV(B) 157.92º 0.92% 0.98% -
XYZ 41.67 71.9 47.76 -
YUV 172.24 124.47 19.41 -
System Red Green Blue C M Y K H S L
Decimal 20 251 166 0.92 0 0.34 0.02 157.92 0.97 0.53
Hex 14 FB A6 5C 0 22 2 9E 61 35
Octal 24 373 246 134 0 42 2 236 141 65
Binary 10100 11111011 10100110 1011100 0 100010 10 10011110 1100001 110101

Color Harmonies of #14FBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FBA6

Black with #14FBA6

Text Example


Text Example

White with #14FBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,251,166); }

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

background-color css

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

 a { background-color: rgb(20,251,166); }

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

border-color css

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

 span { border-color: rgb(20,251,166); }

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