Html Css Color HEX #A1FFD5 Magic Mint

📋 copy color: '#A1FFD5'

red 161 ◦ green 255 ◦ blue 213

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

Shades of Magic Mint #A1FFD5

Tints of Magic Mint #A1FFD5

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

 BLUE value IS 213 (83.59% from 255) = 33.86%

R = 25.6%
G = 40.54%
B = 33.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#A1FFD5 (or 0xA1FFD5) is known color: Magic Mint. HEX triplet: A1, FF and D5. RGB value is (161,255,213). Sum of RGB (Red+Green+Blue) = 161+255+213=629 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.60% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFD5 is #5E002A. Grayscale: #DEDEDE. Windows color (decimal): -6160427 or 14024609. OLE color: 14024609.

HSL color Cylindrical-coordinate representation of color #A1FFD5: hue angle of 153.19º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFD5 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 161 255 213 -
CMYK 0.37 0 0.16 0
HSL 153.19º 1% 0.82% -
HSV(B) 153.19º 0.37% 1% -
XYZ 62.47 83.9 75.85 -
YUV 222.11 122.86 84.42 -
System Red Green Blue C M Y K H S L
Decimal 161 255 213 0.37 0 0.16 0 153.19 1 0.82
Hex A1 FF D5 25 0 10 0 99 64 52
Octal 241 377 325 45 0 20 0 231 144 122
Binary 10100001 11111111 11010101 100101 0 10000 0 10011001 1100100 1010010

Color Harmonies of #A1FFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FFD5

Black with #A1FFD5

Text Example


Text Example

White with #A1FFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FFD5; }

 p { color: rgb(161,255,213); }

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

background-color css

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

 a { background-color: rgb(161,255,213); }

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

border-color css

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

 span { border-color: rgb(161,255,213); }

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