Html Css Color HEX #A1FABE Magic Mint

📋 copy color: '#A1FABE'

red 161 ◦ green 250 ◦ blue 190

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

Shades of Magic Mint #A1FABE

Tints of Magic Mint #A1FABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.61%

R = 26.79%
G = 41.6%
B = 31.61%

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

#A1FABE (or 0xA1FABE) is known color: Magic Mint. HEX triplet: A1, FA and BE. RGB value is (161,250,190). Sum of RGB (Red+Green+Blue) = 161+250+190=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FABE is #5E0541. Grayscale: #D8D8D8. Windows color (decimal): -6161730 or 12516001. OLE color: 12516001.

HSL color Cylindrical-coordinate representation of color #A1FABE: hue angle of 139.55º 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 #A1FABE is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 190 -
CMYK 0.36 0 0.24 0.02
HSL 139.55º 0.9% 0.81% -
HSV(B) 139.55º 0.36% 0.98% -
XYZ 58.18 79.67 61.03 -
YUV 216.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 161 250 190 0.36 0 0.24 0.02 139.55 0.9 0.81
Hex A1 FA BE 24 0 18 2 8C 5A 51
Octal 241 372 276 44 0 30 2 214 132 121
Binary 10100001 11111010 10111110 100100 0 11000 10 10001100 1011010 1010001

Color Harmonies of #A1FABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FABE

Black with #A1FABE

Text Example


Text Example

White with #A1FABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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