Shades of Magic Mint #A0E4C7
Tints of Magic Mint #A0E4C7
RGB
CMYK
RGB Variations
Color information
#A0E4C7 (or 0xA0E4C7) is known color: Magic Mint. HEX triplet: A0, E4 and C7. RGB value is (160,228,199). Sum of RGB (Red+Green+Blue) = 160+228+199=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4C7 is #5F1B38. Grayscale: #CCCCCC. Windows color (decimal): -6232889 or 13100192. OLE color: 13100192.
HSL color Cylindrical-coordinate representation of color #A0E4C7: hue angle of 154.41º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E4C7 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 199 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.11 |
| HSL | 154.41º | 0.56% | 0.76% | - |
| HSV(B) | 154.41º | 0.3% | 0.89% | - |
| XYZ | 52.55 | 67.08 | 64.21 | - |
| YUV | 204.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 199 | 0.30 | 0 | 0.13 | 0.11 | 154.41 | 0.56 | 0.76 |
| Hex | A0 | E4 | C7 | 1E | 0 | D | B | 9A | 38 | 4C |
| Octal | 240 | 344 | 307 | 36 | 0 | 15 | 13 | 232 | 70 | 114 |
| Binary | 10100000 | 11100100 | 11000111 | 11110 | 0 | 1101 | 1011 | 10011010 | 111000 | 1001100 |
Color Harmonies of #A0E4C7
Complementary color
Monochromatic Colors of #A0E4C7
Black with #A0E4C7
Text Example
Text Example
White with #A0E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E4C7; }
p { color: rgb(160,228,199); }
H1.HeaderClassName
{
color: #A0E4C7;
}
.AnyTagClassName
{
color: #A0E4C7;
}
</style>
background-color css
<style>
a { background-color: #A0E4C7; }
a { background-color: rgb(160,228,199); }
div.DivClassName
{
background-color: #A0E4C7;
}
.BgClassName
{
background-color: #A0E4C7;
}
</style>
border-color css
<style>
span { border-color: #A0E4C7; }
span { border-color: rgb(160,228,199); }
td.TdClassName
{
border-color: #A0E4C7;
}
.TagClassName
{
border-color: #A0E4C7;
}
</style>