Shades of Magic Mint #A0E7CF
Tints of Magic Mint #A0E7CF
RGB
CMYK
RGB Variations
Color information
#A0E7CF (or 0xA0E7CF) is known color: Magic Mint. HEX triplet: A0, E7 and CF. RGB value is (160,231,207). Sum of RGB (Red+Green+Blue) = 160+231+207=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7CF is #5F1830. Grayscale: #CFCFCF. Windows color (decimal): -6232113 or 13625248. OLE color: 13625248.
HSL color Cylindrical-coordinate representation of color #A0E7CF: hue angle of 159.72º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7CF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 207 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.09 |
| HSL | 159.72º | 0.6% | 0.77% | - |
| HSV(B) | 159.72º | 0.31% | 0.91% | - |
| XYZ | 54.34 | 69.13 | 69.51 | - |
| YUV | 207.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 207 | 0.31 | 0 | 0.10 | 0.09 | 159.72 | 0.6 | 0.77 |
| Hex | A0 | E7 | CF | 1F | 0 | A | 9 | A0 | 3C | 4D |
| Octal | 240 | 347 | 317 | 37 | 0 | 12 | 11 | 240 | 74 | 115 |
| Binary | 10100000 | 11100111 | 11001111 | 11111 | 0 | 1010 | 1001 | 10100000 | 111100 | 1001101 |
Color Harmonies of #A0E7CF
Complementary color
Monochromatic Colors of #A0E7CF
Black with #A0E7CF
Text Example
Text Example
White with #A0E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7CF; }
p { color: rgb(160,231,207); }
H1.HeaderClassName
{
color: #A0E7CF;
}
.AnyTagClassName
{
color: #A0E7CF;
}
</style>
background-color css
<style>
a { background-color: #A0E7CF; }
a { background-color: rgb(160,231,207); }
div.DivClassName
{
background-color: #A0E7CF;
}
.BgClassName
{
background-color: #A0E7CF;
}
</style>
border-color css
<style>
span { border-color: #A0E7CF; }
span { border-color: rgb(160,231,207); }
td.TdClassName
{
border-color: #A0E7CF;
}
.TagClassName
{
border-color: #A0E7CF;
}
</style>