Shades of Magic Mint #A0FCE0
Tints of Magic Mint #A0FCE0
RGB
CMYK
RGB Variations
Color information
#A0FCE0 (or 0xA0FCE0) is known color: Magic Mint. HEX triplet: A0, FC and E0. RGB value is (160,252,224). Sum of RGB (Red+Green+Blue) = 160+252+224=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCE0 is #5F031F. Grayscale: #DDDDDD. Windows color (decimal): -6226720 or 14744736. OLE color: 14744736.
HSL color Cylindrical-coordinate representation of color #A0FCE0: hue angle of 161.74º degrees, saturation: 0.94, 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 #A0FCE0 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 224 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.01 |
| HSL | 161.74º | 0.94% | 0.81% | - |
| HSV(B) | 161.74º | 0.37% | 0.99% | - |
| XYZ | 62.76 | 82.48 | 83.13 | - |
| YUV | 221.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 224 | 0.37 | 0 | 0.11 | 0.01 | 161.74 | 0.94 | 0.81 |
| Hex | A0 | FC | E0 | 25 | 0 | B | 1 | A2 | 5E | 51 |
| Octal | 240 | 374 | 340 | 45 | 0 | 13 | 1 | 242 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11100000 | 100101 | 0 | 1011 | 1 | 10100010 | 1011110 | 1010001 |
Color Harmonies of #A0FCE0
Complementary color
Monochromatic Colors of #A0FCE0
Black with #A0FCE0
Text Example
Text Example
White with #A0FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCE0; }
p { color: rgb(160,252,224); }
H1.HeaderClassName
{
color: #A0FCE0;
}
.AnyTagClassName
{
color: #A0FCE0;
}
</style>
background-color css
<style>
a { background-color: #A0FCE0; }
a { background-color: rgb(160,252,224); }
div.DivClassName
{
background-color: #A0FCE0;
}
.BgClassName
{
background-color: #A0FCE0;
}
</style>
border-color css
<style>
span { border-color: #A0FCE0; }
span { border-color: rgb(160,252,224); }
td.TdClassName
{
border-color: #A0FCE0;
}
.TagClassName
{
border-color: #A0FCE0;
}
</style>