Shades of Magic Mint #A8E9CE
Tints of Magic Mint #A8E9CE
RGB
CMYK
RGB Variations
Color information
#A8E9CE (or 0xA8E9CE) is known color: Magic Mint. HEX triplet: A8, E9 and CE. RGB value is (168,233,206). Sum of RGB (Red+Green+Blue) = 168+233+206=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E9CE is #571631. Grayscale: #D2D2D2. Windows color (decimal): -5707314 or 13560232. OLE color: 13560232.
HSL color Cylindrical-coordinate representation of color #A8E9CE: hue angle of 155.08º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E9CE is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 206 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.09 |
| HSL | 155.08º | 0.6% | 0.79% | - |
| HSV(B) | 155.08º | 0.28% | 0.91% | - |
| XYZ | 56.43 | 71.06 | 69.13 | - |
| YUV | 210.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 206 | 0.28 | 0 | 0.12 | 0.09 | 155.08 | 0.6 | 0.79 |
| Hex | A8 | E9 | CE | 1C | 0 | C | 9 | 9B | 3C | 4F |
| Octal | 250 | 351 | 316 | 34 | 0 | 14 | 11 | 233 | 74 | 117 |
| Binary | 10101000 | 11101001 | 11001110 | 11100 | 0 | 1100 | 1001 | 10011011 | 111100 | 1001111 |
Color Harmonies of #A8E9CE
Complementary color
Monochromatic Colors of #A8E9CE
Black with #A8E9CE
Text Example
Text Example
White with #A8E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E9CE; }
p { color: rgb(168,233,206); }
H1.HeaderClassName
{
color: #A8E9CE;
}
.AnyTagClassName
{
color: #A8E9CE;
}
</style>
background-color css
<style>
a { background-color: #A8E9CE; }
a { background-color: rgb(168,233,206); }
div.DivClassName
{
background-color: #A8E9CE;
}
.BgClassName
{
background-color: #A8E9CE;
}
</style>
border-color css
<style>
span { border-color: #A8E9CE; }
span { border-color: rgb(168,233,206); }
td.TdClassName
{
border-color: #A8E9CE;
}
.TagClassName
{
border-color: #A8E9CE;
}
</style>