Html Css Color HEX #14FBAB Medium Spring Green

📋 copy color: '#14FBAB'

red 20 ◦ green 251 ◦ blue 171

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

Shades of Medium Spring Green #14FBAB

Tints of Medium Spring Green #14FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.79%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 4.52%
G = 56.79%
B = 38.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#14FBAB (or 0x14FBAB) is known color: Medium Spring Green. HEX triplet: 14, FB and AB. RGB value is (20,251,171). Sum of RGB (Red+Green+Blue) = 20+251+171=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FBAB is #EB0454. Grayscale: #ACACAC. Windows color (decimal): -15402069 or 11270932. OLE color: 11270932.

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

Color convert

RGB 20 251 171 -
CMYK 0.92 0 0.32 0.02
HSL 159.22º 0.97% 0.53% -
HSV(B) 159.22º 0.92% 0.98% -
XYZ 42.14 72.08 50.22 -
YUV 172.81 126.97 19 -
System Red Green Blue C M Y K H S L
Decimal 20 251 171 0.92 0 0.32 0.02 159.22 0.97 0.53
Hex 14 FB AB 5C 0 20 2 9F 61 35
Octal 24 373 253 134 0 40 2 237 141 65
Binary 10100 11111011 10101011 1011100 0 100000 10 10011111 1100001 110101

Color Harmonies of #14FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FBAB

Black with #14FBAB

Text Example


Text Example

White with #14FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,251,171); }

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

background-color css

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

 a { background-color: rgb(20,251,171); }

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

border-color css

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

 span { border-color: rgb(20,251,171); }

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