Html Css Color HEX #14FAB6 Medium Spring Green

📋 copy color: '#14FAB6'

red 20 ◦ green 250 ◦ blue 182

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

Shades of Medium Spring Green #14FAB6

Tints of Medium Spring Green #14FAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 4.42%
G = 55.31%
B = 40.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#14FAB6 (or 0x14FAB6) is known color: Medium Spring Green. HEX triplet: 14, FA and B6. RGB value is (20,250,182). Sum of RGB (Red+Green+Blue) = 20+250+182=452 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #14FAB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FAB6 is #EB0549. Grayscale: #ADADAD. Windows color (decimal): -15402314 or 11991572. OLE color: 11991572.

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

Color convert

RGB 20 250 182 -
CMYK 0.92 0 0.27 0.02
HSL 162.26º 0.96% 0.53% -
HSV(B) 162.26º 0.92% 0.98% -
XYZ 42.92 71.9 55.87 -
YUV 173.48 132.8 18.53 -
System Red Green Blue C M Y K H S L
Decimal 20 250 182 0.92 0 0.27 0.02 162.26 0.96 0.53
Hex 14 FA B6 5C 0 1B 2 A2 60 35
Octal 24 372 266 134 0 33 2 242 140 65
Binary 10100 11111010 10110110 1011100 0 11011 10 10100010 1100000 110101

Color Harmonies of #14FAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FAB6

Black with #14FAB6

Text Example


Text Example

White with #14FAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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