Html Css Color HEX #14FAB4 Medium Spring Green

📋 copy color: '#14FAB4'

red 20 ◦ green 250 ◦ blue 180

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

Shades of Medium Spring Green #14FAB4

Tints of Medium Spring Green #14FAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40%

R = 4.44%
G = 55.56%
B = 40%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#14FAB4 (or 0x14FAB4) is known color: Medium Spring Green. HEX triplet: 14, FA and B4. RGB value is (20,250,180). Sum of RGB (Red+Green+Blue) = 20+250+180=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FAB4 is #EB054B. Grayscale: #ADADAD. Windows color (decimal): -15402316 or 11860500. OLE color: 11860500.

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

Color convert

RGB 20 250 180 -
CMYK 0.92 0 0.28 0.02
HSL 161.74º 0.96% 0.53% -
HSV(B) 161.74º 0.92% 0.98% -
XYZ 42.71 71.82 54.79 -
YUV 173.25 131.8 18.69 -
System Red Green Blue C M Y K H S L
Decimal 20 250 180 0.92 0 0.28 0.02 161.74 0.96 0.53
Hex 14 FA B4 5C 0 1C 2 A2 60 35
Octal 24 372 264 134 0 34 2 242 140 65
Binary 10100 11111010 10110100 1011100 0 11100 10 10100010 1100000 110101

Color Harmonies of #14FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAB4

Black with #14FAB4

Text Example


Text Example

White with #14FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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