Shades of Magic Mint #A1FDDA
Tints of Magic Mint #A1FDDA
RGB
CMYK
RGB Variations
Color information
#A1FDDA (or 0xA1FDDA) is known color: Magic Mint. HEX triplet: A1, FD and DA. RGB value is (161,253,218). Sum of RGB (Red+Green+Blue) = 161+253+218=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDDA is #5E0225. Grayscale: #DDDDDD. Windows color (decimal): -6160934 or 14351777. OLE color: 14351777.
HSL color Cylindrical-coordinate representation of color #A1FDDA: hue angle of 157.17º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDDA is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 253 | 218 | - |
CMYK | 0.36 | 0 | 0.14 | 0.01 |
HSL | 157.17º | 0.96% | 0.81% | - |
HSV(B) | 157.17º | 0.36% | 0.99% | - |
XYZ | 62.48 | 82.89 | 79.04 | - |
YUV | 221.5 | 126.02 | 84.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 253 | 218 | 0.36 | 0 | 0.14 | 0.01 | 157.17 | 0.96 | 0.81 |
Hex | A1 | FD | DA | 24 | 0 | E | 1 | 9D | 60 | 51 |
Octal | 241 | 375 | 332 | 44 | 0 | 16 | 1 | 235 | 140 | 121 |
Binary | 10100001 | 11111101 | 11011010 | 100100 | 0 | 1110 | 1 | 10011101 | 1100000 | 1010001 |
Color Harmonies of #A1FDDA
Complementary color
Monochromatic Colors of #A1FDDA
Black with #A1FDDA
Text Example
Text Example
White with #A1FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDDA; }
p { color: rgb(161,253,218); }
H1.HeaderClassName
{
color: #A1FDDA;
}
.AnyTagClassName
{
color: #A1FDDA;
}
</style>
background-color css
<style>
a { background-color: #A1FDDA; }
a { background-color: rgb(161,253,218); }
div.DivClassName
{
background-color: #A1FDDA;
}
.BgClassName
{
background-color: #A1FDDA;
}
</style>
border-color css
<style>
span { border-color: #A1FDDA; }
span { border-color: rgb(161,253,218); }
td.TdClassName
{
border-color: #A1FDDA;
}
.TagClassName
{
border-color: #A1FDDA;
}
</style>