Shades of Magic Mint #A2FFE0
Tints of Magic Mint #A2FFE0
RGB
CMYK
RGB Variations
Color information
#A2FFE0 (or 0xA2FFE0) is known color: Magic Mint. HEX triplet: A2, FF and E0. RGB value is (162,255,224). Sum of RGB (Red+Green+Blue) = 162+255+224=641 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.27% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFE0 is #5D001F. Grayscale: #DFDFDF. Windows color (decimal): -6094880 or 14745506. OLE color: 14745506.
HSL color Cylindrical-coordinate representation of color #A2FFE0: hue angle of 160º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFE0 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 224 | - |
| CMYK | 0.36 | 0 | 0.12 | 0 |
| HSL | 160º | 1% | 0.82% | - |
| HSV(B) | 160º | 0.36% | 1% | - |
| XYZ | 64.11 | 84.58 | 83.47 | - |
| YUV | 223.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 224 | 0.36 | 0 | 0.12 | 0 | 160 | 1 | 0.82 |
| Hex | A2 | FF | E0 | 24 | 0 | C | 0 | A0 | 64 | 52 |
| Octal | 242 | 377 | 340 | 44 | 0 | 14 | 0 | 240 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11100000 | 100100 | 0 | 1100 | 0 | 10100000 | 1100100 | 1010010 |
Color Harmonies of #A2FFE0
Complementary color
Monochromatic Colors of #A2FFE0
Black with #A2FFE0
Text Example
Text Example
White with #A2FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFE0; }
p { color: rgb(162,255,224); }
H1.HeaderClassName
{
color: #A2FFE0;
}
.AnyTagClassName
{
color: #A2FFE0;
}
</style>
background-color css
<style>
a { background-color: #A2FFE0; }
a { background-color: rgb(162,255,224); }
div.DivClassName
{
background-color: #A2FFE0;
}
.BgClassName
{
background-color: #A2FFE0;
}
</style>
border-color css
<style>
span { border-color: #A2FFE0; }
span { border-color: rgb(162,255,224); }
td.TdClassName
{
border-color: #A2FFE0;
}
.TagClassName
{
border-color: #A2FFE0;
}
</style>