Shades of Magic Mint #A8E7CF
Tints of Magic Mint #A8E7CF
RGB
CMYK
RGB Variations
Color information
#A8E7CF (or 0xA8E7CF) is known color: Magic Mint. HEX triplet: A8, E7 and CF. RGB value is (168,231,207). Sum of RGB (Red+Green+Blue) = 168+231+207=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7CF is #571830. Grayscale: #D1D1D1. Windows color (decimal): -5707825 or 13625256. OLE color: 13625256.
HSL color Cylindrical-coordinate representation of color #A8E7CF: hue angle of 157.14º 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 #A8E7CF is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 207 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.09 |
| HSL | 157.14º | 0.57% | 0.78% | - |
| HSV(B) | 157.14º | 0.27% | 0.91% | - |
| XYZ | 55.99 | 69.98 | 69.59 | - |
| YUV | 209.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 207 | 0.27 | 0 | 0.10 | 0.09 | 157.14 | 0.57 | 0.78 |
| Hex | A8 | E7 | CF | 1B | 0 | A | 9 | 9D | 39 | 4E |
| Octal | 250 | 347 | 317 | 33 | 0 | 12 | 11 | 235 | 71 | 116 |
| Binary | 10101000 | 11100111 | 11001111 | 11011 | 0 | 1010 | 1001 | 10011101 | 111001 | 1001110 |
Color Harmonies of #A8E7CF
Complementary color
Monochromatic Colors of #A8E7CF
Black with #A8E7CF
Text Example
Text Example
White with #A8E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7CF; }
p { color: rgb(168,231,207); }
H1.HeaderClassName
{
color: #A8E7CF;
}
.AnyTagClassName
{
color: #A8E7CF;
}
</style>
background-color css
<style>
a { background-color: #A8E7CF; }
a { background-color: rgb(168,231,207); }
div.DivClassName
{
background-color: #A8E7CF;
}
.BgClassName
{
background-color: #A8E7CF;
}
</style>
border-color css
<style>
span { border-color: #A8E7CF; }
span { border-color: rgb(168,231,207); }
td.TdClassName
{
border-color: #A8E7CF;
}
.TagClassName
{
border-color: #A8E7CF;
}
</style>