Html Css Color HEX #A1FABF Magic Mint

📋 copy color: '#A1FABF'

red 161 ◦ green 250 ◦ blue 191

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

Shades of Magic Mint #A1FABF

Tints of Magic Mint #A1FABF

RGB

 RED value IS 161 (63.28% from 255) = 26.74%

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

 BLUE value IS 191 (75% from 255) = 31.73%

R = 26.74%
G = 41.53%
B = 31.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#A1FABF (or 0xA1FABF) is known color: Magic Mint. HEX triplet: A1, FA and BF. RGB value is (161,250,191). Sum of RGB (Red+Green+Blue) = 161+250+191=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FABF is #5E0540. Grayscale: #D8D8D8. Windows color (decimal): -6161729 or 12581537. OLE color: 12581537.

HSL color Cylindrical-coordinate representation of color #A1FABF: hue angle of 140.22º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FABF is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 191 -
CMYK 0.36 0 0.24 0.02
HSL 140.22º 0.9% 0.81% -
HSV(B) 140.22º 0.36% 0.98% -
XYZ 58.29 79.71 61.6 -
YUV 216.66 113.51 88.3 -
System Red Green Blue C M Y K H S L
Decimal 161 250 191 0.36 0 0.24 0.02 140.22 0.9 0.81
Hex A1 FA BF 24 0 18 2 8C 5A 51
Octal 241 372 277 44 0 30 2 214 132 121
Binary 10100001 11111010 10111111 100100 0 11000 10 10001100 1011010 1010001

Color Harmonies of #A1FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FABF

Black with #A1FABF

Text Example


Text Example

White with #A1FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FABF; }

 p { color: rgb(161,250,191); }

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

background-color css

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

 a { background-color: rgb(161,250,191); }

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

border-color css

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

 span { border-color: rgb(161,250,191); }

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