Html Css Color HEX #14FCAB Medium Spring Green

📋 copy color: '#14FCAB'

red 20 ◦ green 252 ◦ blue 171

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

Shades of Medium Spring Green #14FCAB

Tints of Medium Spring Green #14FCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.88%

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

R = 4.51%
G = 56.88%
B = 38.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#14FCAB (or 0x14FCAB) is known color: Medium Spring Green. HEX triplet: 14, FC and AB. RGB value is (20,252,171). Sum of RGB (Red+Green+Blue) = 20+252+171=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FCAB is #EB0354. Grayscale: #ADADAD. Windows color (decimal): -15401813 or 11271188. OLE color: 11271188.

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

Color convert

RGB 20 252 171 -
CMYK 0.92 0 0.32 0.01
HSL 159.05º 0.97% 0.53% -
HSV(B) 159.05º 0.92% 0.99% -
XYZ 42.45 72.71 50.33 -
YUV 173.4 126.64 18.59 -
System Red Green Blue C M Y K H S L
Decimal 20 252 171 0.92 0 0.32 0.01 159.05 0.97 0.53
Hex 14 FC AB 5C 0 20 1 9F 61 35
Octal 24 374 253 134 0 40 1 237 141 65
Binary 10100 11111100 10101011 1011100 0 100000 1 10011111 1100001 110101

Color Harmonies of #14FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FCAB

Black with #14FCAB

Text Example


Text Example

White with #14FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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