Shades of Magic Mint #A0FDD4
Tints of Magic Mint #A0FDD4
RGB
CMYK
RGB Variations
Color information
#A0FDD4 (or 0xA0FDD4) is known color: Magic Mint. HEX triplet: A0, FD and D4. RGB value is (160,253,212). Sum of RGB (Red+Green+Blue) = 160+253+212=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDD4 is #5F022B. Grayscale: #DCDCDC. Windows color (decimal): -6226476 or 13958560. OLE color: 13958560.
HSL color Cylindrical-coordinate representation of color #A0FDD4: hue angle of 153.55º 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 #A0FDD4 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 212 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.01 |
| HSL | 153.55º | 0.96% | 0.81% | - |
| HSV(B) | 153.55º | 0.37% | 0.99% | - |
| XYZ | 61.51 | 82.48 | 74.97 | - |
| YUV | 220.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 212 | 0.37 | 0 | 0.16 | 0.01 | 153.55 | 0.96 | 0.81 |
| Hex | A0 | FD | D4 | 25 | 0 | 10 | 1 | 9A | 60 | 51 |
| Octal | 240 | 375 | 324 | 45 | 0 | 20 | 1 | 232 | 140 | 121 |
| Binary | 10100000 | 11111101 | 11010100 | 100101 | 0 | 10000 | 1 | 10011010 | 1100000 | 1010001 |
Color Harmonies of #A0FDD4
Complementary color
Monochromatic Colors of #A0FDD4
Black with #A0FDD4
Text Example
Text Example
White with #A0FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDD4; }
p { color: rgb(160,253,212); }
H1.HeaderClassName
{
color: #A0FDD4;
}
.AnyTagClassName
{
color: #A0FDD4;
}
</style>
background-color css
<style>
a { background-color: #A0FDD4; }
a { background-color: rgb(160,253,212); }
div.DivClassName
{
background-color: #A0FDD4;
}
.BgClassName
{
background-color: #A0FDD4;
}
</style>
border-color css
<style>
span { border-color: #A0FDD4; }
span { border-color: rgb(160,253,212); }
td.TdClassName
{
border-color: #A0FDD4;
}
.TagClassName
{
border-color: #A0FDD4;
}
</style>