Html Css Color HEX #14FDBD Medium Spring Green

📋 copy color: '#14FDBD'

red 20 ◦ green 253 ◦ blue 189

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

Shades of Medium Spring Green #14FDBD

Tints of Medium Spring Green #14FDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 4.33%
G = 54.76%
B = 40.91%

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

#14FDBD (or 0x14FDBD) is known color: Medium Spring Green. HEX triplet: 14, FD and BD. RGB value is (20,253,189). Sum of RGB (Red+Green+Blue) = 20+253+189=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 253 (99.22% from 255 or 54.76% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 253 - color contains mainly: green. Hex color #14FDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FDBD is #EB0242. Grayscale: #B0B0B0. Windows color (decimal): -15401539 or 12451092. OLE color: 12451092.

HSL color Cylindrical-coordinate representation of color #14FDBD: hue angle of 163.52º 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 #14FDBD is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 253 189 -
CMYK 0.92 0 0.25 0.01
HSL 163.52º 0.98% 0.54% -
HSV(B) 163.52º 0.92% 0.99% -
XYZ 44.6 74.07 60.09 -
YUV 176.04 135.31 16.7 -
System Red Green Blue C M Y K H S L
Decimal 20 253 189 0.92 0 0.25 0.01 163.52 0.98 0.54
Hex 14 FD BD 5C 0 19 1 A4 62 36
Octal 24 375 275 134 0 31 1 244 142 66
Binary 10100 11111101 10111101 1011100 0 11001 1 10100100 1100010 110110

Color Harmonies of #14FDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FDBD

Black with #14FDBD

Text Example


Text Example

White with #14FDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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