Html Css Color HEX #A1FAD3 Magic Mint

📋 copy color: '#A1FAD3'

red 161 ◦ green 250 ◦ blue 211

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

Shades of Magic Mint #A1FAD3

Tints of Magic Mint #A1FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 25.88%
G = 40.19%
B = 33.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#A1FAD3 (or 0xA1FAD3) is known color: Magic Mint. HEX triplet: A1, FA and D3. RGB value is (161,250,211). Sum of RGB (Red+Green+Blue) = 161+250+211=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAD3 is #5E052C. Grayscale: #DBDBDB. Windows color (decimal): -6161709 or 13892257. OLE color: 13892257.

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

Color convert

RGB 161 250 211 -
CMYK 0.36 0 0.16 0.02
HSL 153.71º 0.9% 0.81% -
HSV(B) 153.71º 0.36% 0.98% -
XYZ 60.64 80.65 74 -
YUV 218.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 161 250 211 0.36 0 0.16 0.02 153.71 0.9 0.81
Hex A1 FA D3 24 0 10 2 9A 5A 51
Octal 241 372 323 44 0 20 2 232 132 121
Binary 10100001 11111010 11010011 100100 0 10000 10 10011010 1011010 1010001

Color Harmonies of #A1FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FAD3

Black with #A1FAD3

Text Example


Text Example

White with #A1FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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