Html Css Color HEX #14FABD Medium Spring Green

📋 copy color: '#14FABD'

red 20 ◦ green 250 ◦ blue 189

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

Shades of Medium Spring Green #14FABD

Tints of Medium Spring Green #14FABD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.47%

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

R = 4.36%
G = 54.47%
B = 41.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#14FABD (or 0x14FABD) is known color: Medium Spring Green. HEX triplet: 14, FA and BD. RGB value is (20,250,189). Sum of RGB (Red+Green+Blue) = 20+250+189=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #14FABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FABD is #EB0542. Grayscale: #AEAEAE. Windows color (decimal): -15402307 or 12450324. OLE color: 12450324.

HSL color Cylindrical-coordinate representation of color #14FABD: hue angle of 164.09º degrees, saturation: 0.96, 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 #14FABD is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 250 189 -
CMYK 0.92 0 0.24 0.02
HSL 164.09º 0.96% 0.53% -
HSV(B) 164.09º 0.92% 0.98% -
XYZ 43.66 72.19 59.78 -
YUV 174.28 136.3 17.96 -
System Red Green Blue C M Y K H S L
Decimal 20 250 189 0.92 0 0.24 0.02 164.09 0.96 0.53
Hex 14 FA BD 5C 0 18 2 A4 60 35
Octal 24 372 275 134 0 30 2 244 140 65
Binary 10100 11111010 10111101 1011100 0 11000 10 10100100 1100000 110101

Color Harmonies of #14FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FABD

Black with #14FABD

Text Example


Text Example

White with #14FABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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