Shades of Magic Mint #A0FCC8
Tints of Magic Mint #A0FCC8
RGB
CMYK
RGB Variations
Color information
#A0FCC8 (or 0xA0FCC8) is known color: Magic Mint. HEX triplet: A0, FC and C8. RGB value is (160,252,200). Sum of RGB (Red+Green+Blue) = 160+252+200=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCC8 is #5F0337. Grayscale: #DADADA. Windows color (decimal): -6226744 or 13171872. OLE color: 13171872.
HSL color Cylindrical-coordinate representation of color #A0FCC8: hue angle of 146.09º 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 #A0FCC8 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 200 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.01 |
| HSL | 146.09º | 0.94% | 0.81% | - |
| HSV(B) | 146.09º | 0.37% | 0.99% | - |
| XYZ | 59.73 | 81.26 | 67.18 | - |
| YUV | 218.56 | 117.52 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 200 | 0.37 | 0 | 0.21 | 0.01 | 146.09 | 0.94 | 0.81 |
| Hex | A0 | FC | C8 | 25 | 0 | 15 | 1 | 92 | 5E | 51 |
| Octal | 240 | 374 | 310 | 45 | 0 | 25 | 1 | 222 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11001000 | 100101 | 0 | 10101 | 1 | 10010010 | 1011110 | 1010001 |
Color Harmonies of #A0FCC8
Complementary color
Monochromatic Colors of #A0FCC8
Black with #A0FCC8
Text Example
Text Example
White with #A0FCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCC8; }
p { color: rgb(160,252,200); }
H1.HeaderClassName
{
color: #A0FCC8;
}
.AnyTagClassName
{
color: #A0FCC8;
}
</style>
background-color css
<style>
a { background-color: #A0FCC8; }
a { background-color: rgb(160,252,200); }
div.DivClassName
{
background-color: #A0FCC8;
}
.BgClassName
{
background-color: #A0FCC8;
}
</style>
border-color css
<style>
span { border-color: #A0FCC8; }
span { border-color: rgb(160,252,200); }
td.TdClassName
{
border-color: #A0FCC8;
}
.TagClassName
{
border-color: #A0FCC8;
}
</style>