Shades of Magic Mint #A1FDD5
Tints of Magic Mint #A1FDD5
RGB
CMYK
RGB Variations
Color information
#A1FDD5 (or 0xA1FDD5) is known color: Magic Mint. HEX triplet: A1, FD and D5. RGB value is (161,253,213). Sum of RGB (Red+Green+Blue) = 161+253+213=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDD5 is #5E022A. Grayscale: #DDDDDD. Windows color (decimal): -6160939 or 14024097. OLE color: 14024097.
HSL color Cylindrical-coordinate representation of color #A1FDD5: hue angle of 153.91º 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 #A1FDD5 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 253 | 213 | - |
CMYK | 0.36 | 0 | 0.16 | 0.01 |
HSL | 153.91º | 0.96% | 0.81% | - |
HSV(B) | 153.91º | 0.36% | 0.99% | - |
XYZ | 61.83 | 82.63 | 75.64 | - |
YUV | 220.93 | 123.52 | 85.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 253 | 213 | 0.36 | 0 | 0.16 | 0.01 | 153.91 | 0.96 | 0.81 |
Hex | A1 | FD | D5 | 24 | 0 | 10 | 1 | 9A | 60 | 51 |
Octal | 241 | 375 | 325 | 44 | 0 | 20 | 1 | 232 | 140 | 121 |
Binary | 10100001 | 11111101 | 11010101 | 100100 | 0 | 10000 | 1 | 10011010 | 1100000 | 1010001 |
Color Harmonies of #A1FDD5
Complementary color
Monochromatic Colors of #A1FDD5
Black with #A1FDD5
Text Example
Text Example
White with #A1FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDD5; }
p { color: rgb(161,253,213); }
H1.HeaderClassName
{
color: #A1FDD5;
}
.AnyTagClassName
{
color: #A1FDD5;
}
</style>
background-color css
<style>
a { background-color: #A1FDD5; }
a { background-color: rgb(161,253,213); }
div.DivClassName
{
background-color: #A1FDD5;
}
.BgClassName
{
background-color: #A1FDD5;
}
</style>
border-color css
<style>
span { border-color: #A1FDD5; }
span { border-color: rgb(161,253,213); }
td.TdClassName
{
border-color: #A1FDD5;
}
.TagClassName
{
border-color: #A1FDD5;
}
</style>