Shades of Magic Mint #A8E7CC
Tints of Magic Mint #A8E7CC
RGB
CMYK
RGB Variations
Color information
#A8E7CC (or 0xA8E7CC) is known color: Magic Mint. HEX triplet: A8, E7 and CC. RGB value is (168,231,204). Sum of RGB (Red+Green+Blue) = 168+231+204=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7CC is #571833. Grayscale: #D1D1D1. Windows color (decimal): -5707828 or 13428648. OLE color: 13428648.
HSL color Cylindrical-coordinate representation of color #A8E7CC: hue angle of 154.29º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7CC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 204 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.09 |
| HSL | 154.29º | 0.57% | 0.78% | - |
| HSV(B) | 154.29º | 0.27% | 0.91% | - |
| XYZ | 55.62 | 69.84 | 67.67 | - |
| YUV | 209.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 204 | 0.27 | 0 | 0.12 | 0.09 | 154.29 | 0.57 | 0.78 |
| Hex | A8 | E7 | CC | 1B | 0 | C | 9 | 9A | 39 | 4E |
| Octal | 250 | 347 | 314 | 33 | 0 | 14 | 11 | 232 | 71 | 116 |
| Binary | 10101000 | 11100111 | 11001100 | 11011 | 0 | 1100 | 1001 | 10011010 | 111001 | 1001110 |
Color Harmonies of #A8E7CC
Complementary color
Monochromatic Colors of #A8E7CC
Black with #A8E7CC
Text Example
Text Example
White with #A8E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7CC; }
p { color: rgb(168,231,204); }
H1.HeaderClassName
{
color: #A8E7CC;
}
.AnyTagClassName
{
color: #A8E7CC;
}
</style>
background-color css
<style>
a { background-color: #A8E7CC; }
a { background-color: rgb(168,231,204); }
div.DivClassName
{
background-color: #A8E7CC;
}
.BgClassName
{
background-color: #A8E7CC;
}
</style>
border-color css
<style>
span { border-color: #A8E7CC; }
span { border-color: rgb(168,231,204); }
td.TdClassName
{
border-color: #A8E7CC;
}
.TagClassName
{
border-color: #A8E7CC;
}
</style>