Shades of Magic Mint #A0FCE2
Tints of Magic Mint #A0FCE2
RGB
CMYK
RGB Variations
Color information
#A0FCE2 (or 0xA0FCE2) is known color: Magic Mint. HEX triplet: A0, FC and E2. RGB value is (160,252,226). Sum of RGB (Red+Green+Blue) = 160+252+226=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCE2 is #5F031D. Grayscale: #DDDDDD. Windows color (decimal): -6226718 or 14875808. OLE color: 14875808.
HSL color Cylindrical-coordinate representation of color #A0FCE2: hue angle of 163.04º 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 #A0FCE2 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 226 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.01 |
| HSL | 163.04º | 0.94% | 0.81% | - |
| HSV(B) | 163.04º | 0.37% | 0.99% | - |
| XYZ | 63.04 | 82.59 | 84.57 | - |
| YUV | 221.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 226 | 0.37 | 0 | 0.10 | 0.01 | 163.04 | 0.94 | 0.81 |
| Hex | A0 | FC | E2 | 25 | 0 | A | 1 | A3 | 5E | 51 |
| Octal | 240 | 374 | 342 | 45 | 0 | 12 | 1 | 243 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11100010 | 100101 | 0 | 1010 | 1 | 10100011 | 1011110 | 1010001 |
Color Harmonies of #A0FCE2
Complementary color
Monochromatic Colors of #A0FCE2
Black with #A0FCE2
Text Example
Text Example
White with #A0FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCE2; }
p { color: rgb(160,252,226); }
H1.HeaderClassName
{
color: #A0FCE2;
}
.AnyTagClassName
{
color: #A0FCE2;
}
</style>
background-color css
<style>
a { background-color: #A0FCE2; }
a { background-color: rgb(160,252,226); }
div.DivClassName
{
background-color: #A0FCE2;
}
.BgClassName
{
background-color: #A0FCE2;
}
</style>
border-color css
<style>
span { border-color: #A0FCE2; }
span { border-color: rgb(160,252,226); }
td.TdClassName
{
border-color: #A0FCE2;
}
.TagClassName
{
border-color: #A0FCE2;
}
</style>