Shades of Magic Mint #A0FEC6
Tints of Magic Mint #A0FEC6
RGB
CMYK
RGB Variations
Color information
#A0FEC6 (or 0xA0FEC6) is known color: Magic Mint. HEX triplet: A0, FE and C6. RGB value is (160,254,198). Sum of RGB (Red+Green+Blue) = 160+254+198=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEC6 is #5F0139. Grayscale: #DBDBDB. Windows color (decimal): -6226234 or 13041312. OLE color: 13041312.
HSL color Cylindrical-coordinate representation of color #A0FEC6: hue angle of 144.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEC6 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 198 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.00 |
| HSL | 144.26º | 0.98% | 0.81% | - |
| HSV(B) | 144.26º | 0.37% | 1% | - |
| XYZ | 60.13 | 82.43 | 66.17 | - |
| YUV | 219.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 198 | 0.37 | 0 | 0.22 | 0.00 | 144.26 | 0.98 | 0.81 |
| Hex | A0 | FE | C6 | 25 | 0 | 16 | 0 | 90 | 62 | 51 |
| Octal | 240 | 376 | 306 | 45 | 0 | 26 | 0 | 220 | 142 | 121 |
| Binary | 10100000 | 11111110 | 11000110 | 100101 | 0 | 10110 | 0 | 10010000 | 1100010 | 1010001 |
Color Harmonies of #A0FEC6
Complementary color
Monochromatic Colors of #A0FEC6
Black with #A0FEC6
Text Example
Text Example
White with #A0FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEC6; }
p { color: rgb(160,254,198); }
H1.HeaderClassName
{
color: #A0FEC6;
}
.AnyTagClassName
{
color: #A0FEC6;
}
</style>
background-color css
<style>
a { background-color: #A0FEC6; }
a { background-color: rgb(160,254,198); }
div.DivClassName
{
background-color: #A0FEC6;
}
.BgClassName
{
background-color: #A0FEC6;
}
</style>
border-color css
<style>
span { border-color: #A0FEC6; }
span { border-color: rgb(160,254,198); }
td.TdClassName
{
border-color: #A0FEC6;
}
.TagClassName
{
border-color: #A0FEC6;
}
</style>