Shades of Magic Mint #A0E8C9
Tints of Magic Mint #A0E8C9
RGB
CMYK
RGB Variations
Color information
#A0E8C9 (or 0xA0E8C9) is known color: Magic Mint. HEX triplet: A0, E8 and C9. RGB value is (160,232,201). Sum of RGB (Red+Green+Blue) = 160+232+201=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8C9 is #5F1736. Grayscale: #CECECE. Windows color (decimal): -6231863 or 13232288. OLE color: 13232288.
HSL color Cylindrical-coordinate representation of color #A0E8C9: hue angle of 154.17º degrees, saturation: 0.61, 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 #A0E8C9 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 201 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.09 |
| HSL | 154.17º | 0.61% | 0.77% | - |
| HSV(B) | 154.17º | 0.31% | 0.91% | - |
| XYZ | 53.9 | 69.4 | 65.81 | - |
| YUV | 206.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 201 | 0.31 | 0 | 0.13 | 0.09 | 154.17 | 0.61 | 0.77 |
| Hex | A0 | E8 | C9 | 1F | 0 | D | 9 | 9A | 3D | 4D |
| Octal | 240 | 350 | 311 | 37 | 0 | 15 | 11 | 232 | 75 | 115 |
| Binary | 10100000 | 11101000 | 11001001 | 11111 | 0 | 1101 | 1001 | 10011010 | 111101 | 1001101 |
Color Harmonies of #A0E8C9
Complementary color
Monochromatic Colors of #A0E8C9
Black with #A0E8C9
Text Example
Text Example
White with #A0E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8C9; }
p { color: rgb(160,232,201); }
H1.HeaderClassName
{
color: #A0E8C9;
}
.AnyTagClassName
{
color: #A0E8C9;
}
</style>
background-color css
<style>
a { background-color: #A0E8C9; }
a { background-color: rgb(160,232,201); }
div.DivClassName
{
background-color: #A0E8C9;
}
.BgClassName
{
background-color: #A0E8C9;
}
</style>
border-color css
<style>
span { border-color: #A0E8C9; }
span { border-color: rgb(160,232,201); }
td.TdClassName
{
border-color: #A0E8C9;
}
.TagClassName
{
border-color: #A0E8C9;
}
</style>