Shades of Magic Mint #A0FFD3
Tints of Magic Mint #A0FFD3
RGB
CMYK
RGB Variations
Color information
#A0FFD3 (or 0xA0FFD3) is known color: Magic Mint. HEX triplet: A0, FF and D3. RGB value is (160,255,211). Sum of RGB (Red+Green+Blue) = 160+255+211=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFD3 is #5F002C. Grayscale: #DDDDDD. Windows color (decimal): -6225965 or 13893536. OLE color: 13893536.
HSL color Cylindrical-coordinate representation of color #A0FFD3: hue angle of 152.21º 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 #A0FFD3 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 211 | - |
| CMYK | 0.37 | 0 | 0.17 | 0 |
| HSL | 152.21º | 1% | 0.81% | - |
| HSV(B) | 152.21º | 0.37% | 1% | - |
| XYZ | 62.02 | 83.7 | 74.51 | - |
| YUV | 221.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 211 | 0.37 | 0 | 0.17 | 0 | 152.21 | 1 | 0.81 |
| Hex | A0 | FF | D3 | 25 | 0 | 11 | 0 | 98 | 64 | 51 |
| Octal | 240 | 377 | 323 | 45 | 0 | 21 | 0 | 230 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11010011 | 100101 | 0 | 10001 | 0 | 10011000 | 1100100 | 1010001 |
Color Harmonies of #A0FFD3
Complementary color
Monochromatic Colors of #A0FFD3
Black with #A0FFD3
Text Example
Text Example
White with #A0FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFD3; }
p { color: rgb(160,255,211); }
H1.HeaderClassName
{
color: #A0FFD3;
}
.AnyTagClassName
{
color: #A0FFD3;
}
</style>
background-color css
<style>
a { background-color: #A0FFD3; }
a { background-color: rgb(160,255,211); }
div.DivClassName
{
background-color: #A0FFD3;
}
.BgClassName
{
background-color: #A0FFD3;
}
</style>
border-color css
<style>
span { border-color: #A0FFD3; }
span { border-color: rgb(160,255,211); }
td.TdClassName
{
border-color: #A0FFD3;
}
.TagClassName
{
border-color: #A0FFD3;
}
</style>