Html Css Color HEX #14FDBF Medium Spring Green

📋 copy color: '#14FDBF'

red 20 ◦ green 253 ◦ blue 191

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

Shades of Medium Spring Green #14FDBF

Tints of Medium Spring Green #14FDBF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.53%

 BLUE value IS 191 (75% from 255) = 41.16%

R = 4.31%
G = 54.53%
B = 41.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#14FDBF (or 0x14FDBF) is known color: Medium Spring Green. HEX triplet: 14, FD and BF. RGB value is (20,253,191). Sum of RGB (Red+Green+Blue) = 20+253+191=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #14FDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FDBF is #EB0240. Grayscale: #B0B0B0. Windows color (decimal): -15401537 or 12582164. OLE color: 12582164.

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

Color convert

RGB 20 253 191 -
CMYK 0.92 0 0.25 0.01
HSL 164.03º 0.98% 0.54% -
HSV(B) 164.03º 0.92% 0.99% -
XYZ 44.82 74.16 61.24 -
YUV 176.27 136.31 16.54 -
System Red Green Blue C M Y K H S L
Decimal 20 253 191 0.92 0 0.25 0.01 164.03 0.98 0.54
Hex 14 FD BF 5C 0 19 1 A4 62 36
Octal 24 375 277 134 0 31 1 244 142 66
Binary 10100 11111101 10111111 1011100 0 11001 1 10100100 1100010 110110

Color Harmonies of #14FDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FDBF

Black with #14FDBF

Text Example


Text Example

White with #14FDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,253,191); }

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

background-color css

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

 a { background-color: rgb(20,253,191); }

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

border-color css

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

 span { border-color: rgb(20,253,191); }

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