Shades of Magic Mint #A8E4CE
Tints of Magic Mint #A8E4CE
RGB
CMYK
RGB Variations
Color information
#A8E4CE (or 0xA8E4CE) is known color: Magic Mint. HEX triplet: A8, E4 and CE. RGB value is (168,228,206). Sum of RGB (Red+Green+Blue) = 168+228+206=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4CE is #571B31. Grayscale: #CFCFCF. Windows color (decimal): -5708594 or 13558952. OLE color: 13558952.
HSL color Cylindrical-coordinate representation of color #A8E4CE: hue angle of 158º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E4CE is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 206 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.11 |
| HSL | 158º | 0.53% | 0.78% | - |
| HSV(B) | 158º | 0.26% | 0.89% | - |
| XYZ | 55.03 | 68.27 | 68.67 | - |
| YUV | 207.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 206 | 0.26 | 0 | 0.10 | 0.11 | 158 | 0.53 | 0.78 |
| Hex | A8 | E4 | CE | 1A | 0 | A | B | 9E | 35 | 4E |
| Octal | 250 | 344 | 316 | 32 | 0 | 12 | 13 | 236 | 65 | 116 |
| Binary | 10101000 | 11100100 | 11001110 | 11010 | 0 | 1010 | 1011 | 10011110 | 110101 | 1001110 |
Color Harmonies of #A8E4CE
Complementary color
Monochromatic Colors of #A8E4CE
Black with #A8E4CE
Text Example
Text Example
White with #A8E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E4CE; }
p { color: rgb(168,228,206); }
H1.HeaderClassName
{
color: #A8E4CE;
}
.AnyTagClassName
{
color: #A8E4CE;
}
</style>
background-color css
<style>
a { background-color: #A8E4CE; }
a { background-color: rgb(168,228,206); }
div.DivClassName
{
background-color: #A8E4CE;
}
.BgClassName
{
background-color: #A8E4CE;
}
</style>
border-color css
<style>
span { border-color: #A8E4CE; }
span { border-color: rgb(168,228,206); }
td.TdClassName
{
border-color: #A8E4CE;
}
.TagClassName
{
border-color: #A8E4CE;
}
</style>