Shades of Magic Mint #A0FDDA
Tints of Magic Mint #A0FDDA
RGB
CMYK
RGB Variations
Color information
#A0FDDA (or 0xA0FDDA) is known color: Magic Mint. HEX triplet: A0, FD and DA. RGB value is (160,253,218). Sum of RGB (Red+Green+Blue) = 160+253+218=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDDA is #5F0225. Grayscale: #DDDDDD. Windows color (decimal): -6226470 or 14351776. OLE color: 14351776.
HSL color Cylindrical-coordinate representation of color #A0FDDA: hue angle of 157.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FDDA is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 218 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.01 |
| HSL | 157.42º | 0.96% | 0.81% | - |
| HSV(B) | 157.42º | 0.37% | 0.99% | - |
| XYZ | 62.28 | 82.79 | 79.03 | - |
| YUV | 221.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 218 | 0.37 | 0 | 0.14 | 0.01 | 157.42 | 0.96 | 0.81 |
| Hex | A0 | FD | DA | 25 | 0 | E | 1 | 9D | 60 | 51 |
| Octal | 240 | 375 | 332 | 45 | 0 | 16 | 1 | 235 | 140 | 121 |
| Binary | 10100000 | 11111101 | 11011010 | 100101 | 0 | 1110 | 1 | 10011101 | 1100000 | 1010001 |
Color Harmonies of #A0FDDA
Complementary color
Monochromatic Colors of #A0FDDA
Black with #A0FDDA
Text Example
Text Example
White with #A0FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDDA; }
p { color: rgb(160,253,218); }
H1.HeaderClassName
{
color: #A0FDDA;
}
.AnyTagClassName
{
color: #A0FDDA;
}
</style>
background-color css
<style>
a { background-color: #A0FDDA; }
a { background-color: rgb(160,253,218); }
div.DivClassName
{
background-color: #A0FDDA;
}
.BgClassName
{
background-color: #A0FDDA;
}
</style>
border-color css
<style>
span { border-color: #A0FDDA; }
span { border-color: rgb(160,253,218); }
td.TdClassName
{
border-color: #A0FDDA;
}
.TagClassName
{
border-color: #A0FDDA;
}
</style>