Shades of Magic Mint #A0FFDC
Tints of Magic Mint #A0FFDC
RGB
CMYK
RGB Variations
Color information
#A0FFDC (or 0xA0FFDC) is known color: Magic Mint. HEX triplet: A0, FF and DC. RGB value is (160,255,220). Sum of RGB (Red+Green+Blue) = 160+255+220=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFDC is #5F0023. Grayscale: #DEDEDE. Windows color (decimal): -6225956 or 14483360. OLE color: 14483360.
HSL color Cylindrical-coordinate representation of color #A0FFDC: hue angle of 157.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFDC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 220 | - |
| CMYK | 0.37 | 0 | 0.14 | 0 |
| HSL | 157.89º | 1% | 0.81% | - |
| HSV(B) | 157.89º | 0.37% | 1% | - |
| XYZ | 63.18 | 84.16 | 80.63 | - |
| YUV | 222.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 220 | 0.37 | 0 | 0.14 | 0 | 157.89 | 1 | 0.81 |
| Hex | A0 | FF | DC | 25 | 0 | E | 0 | 9E | 64 | 51 |
| Octal | 240 | 377 | 334 | 45 | 0 | 16 | 0 | 236 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11011100 | 100101 | 0 | 1110 | 0 | 10011110 | 1100100 | 1010001 |
Color Harmonies of #A0FFDC
Complementary color
Monochromatic Colors of #A0FFDC
Black with #A0FFDC
Text Example
Text Example
White with #A0FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFDC; }
p { color: rgb(160,255,220); }
H1.HeaderClassName
{
color: #A0FFDC;
}
.AnyTagClassName
{
color: #A0FFDC;
}
</style>
background-color css
<style>
a { background-color: #A0FFDC; }
a { background-color: rgb(160,255,220); }
div.DivClassName
{
background-color: #A0FFDC;
}
.BgClassName
{
background-color: #A0FFDC;
}
</style>
border-color css
<style>
span { border-color: #A0FFDC; }
span { border-color: rgb(160,255,220); }
td.TdClassName
{
border-color: #A0FFDC;
}
.TagClassName
{
border-color: #A0FFDC;
}
</style>