Shades of Magic Mint #A0F4CF
Tints of Magic Mint #A0F4CF
RGB
CMYK
RGB Variations
Color information
#A0F4CF (or 0xA0F4CF) is known color: Magic Mint. HEX triplet: A0, F4 and CF. RGB value is (160,244,207). Sum of RGB (Red+Green+Blue) = 160+244+207=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F4CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F4CF is #5F0B30. Grayscale: #D6D6D6. Windows color (decimal): -6228785 or 13628576. OLE color: 13628576.
HSL color Cylindrical-coordinate representation of color #A0F4CF: hue angle of 153.57º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F4CF is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 207 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.04 |
| HSL | 153.57º | 0.79% | 0.79% | - |
| HSV(B) | 153.57º | 0.34% | 0.96% | - |
| XYZ | 58.11 | 76.68 | 70.77 | - |
| YUV | 214.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 207 | 0.34 | 0 | 0.15 | 0.04 | 153.57 | 0.79 | 0.79 |
| Hex | A0 | F4 | CF | 22 | 0 | F | 4 | 9A | 4F | 4F |
| Octal | 240 | 364 | 317 | 42 | 0 | 17 | 4 | 232 | 117 | 117 |
| Binary | 10100000 | 11110100 | 11001111 | 100010 | 0 | 1111 | 100 | 10011010 | 1001111 | 1001111 |
Color Harmonies of #A0F4CF
Complementary color
Monochromatic Colors of #A0F4CF
Black with #A0F4CF
Text Example
Text Example
White with #A0F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F4CF; }
p { color: rgb(160,244,207); }
H1.HeaderClassName
{
color: #A0F4CF;
}
.AnyTagClassName
{
color: #A0F4CF;
}
</style>
background-color css
<style>
a { background-color: #A0F4CF; }
a { background-color: rgb(160,244,207); }
div.DivClassName
{
background-color: #A0F4CF;
}
.BgClassName
{
background-color: #A0F4CF;
}
</style>
border-color css
<style>
span { border-color: #A0F4CF; }
span { border-color: rgb(160,244,207); }
td.TdClassName
{
border-color: #A0F4CF;
}
.TagClassName
{
border-color: #A0F4CF;
}
</style>