Html Css Color HEX #A1FABD Magic Mint

📋 copy color: '#A1FABD'

red 161 ◦ green 250 ◦ blue 189

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

Shades of Magic Mint #A1FABD

Tints of Magic Mint #A1FABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 26.83%
G = 41.67%
B = 31.5%

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

#A1FABD (or 0xA1FABD) is known color: Magic Mint. HEX triplet: A1, FA and BD. RGB value is (161,250,189). Sum of RGB (Red+Green+Blue) = 161+250+189=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FABD is #5E0542. Grayscale: #D8D8D8. Windows color (decimal): -6161731 or 12450465. OLE color: 12450465.

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

Color convert

RGB 161 250 189 -
CMYK 0.36 0 0.24 0.02
HSL 138.88º 0.9% 0.81% -
HSV(B) 138.88º 0.36% 0.98% -
XYZ 58.07 79.62 60.45 -
YUV 216.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 161 250 189 0.36 0 0.24 0.02 138.88 0.9 0.81
Hex A1 FA BD 24 0 18 2 8B 5A 51
Octal 241 372 275 44 0 30 2 213 132 121
Binary 10100001 11111010 10111101 100100 0 11000 10 10001011 1011010 1010001

Color Harmonies of #A1FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FABD

Black with #A1FABD

Text Example


Text Example

White with #A1FABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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