Shades of Magic Mint #A8E8C9
Tints of Magic Mint #A8E8C9
RGB
CMYK
RGB Variations
Color information
#A8E8C9 (or 0xA8E8C9) is known color: Magic Mint. HEX triplet: A8, E8 and C9. RGB value is (168,232,201). Sum of RGB (Red+Green+Blue) = 168+232+201=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E8C9 is #571736. Grayscale: #D1D1D1. Windows color (decimal): -5707575 or 13232296. OLE color: 13232296.
HSL color Cylindrical-coordinate representation of color #A8E8C9: hue angle of 150.94º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8E8C9 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 201 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.09 |
| HSL | 150.94º | 0.58% | 0.78% | - |
| HSV(B) | 150.94º | 0.28% | 0.91% | - |
| XYZ | 55.55 | 70.26 | 65.89 | - |
| YUV | 209.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 201 | 0.28 | 0 | 0.13 | 0.09 | 150.94 | 0.58 | 0.78 |
| Hex | A8 | E8 | C9 | 1C | 0 | D | 9 | 97 | 3A | 4E |
| Octal | 250 | 350 | 311 | 34 | 0 | 15 | 11 | 227 | 72 | 116 |
| Binary | 10101000 | 11101000 | 11001001 | 11100 | 0 | 1101 | 1001 | 10010111 | 111010 | 1001110 |
Color Harmonies of #A8E8C9
Complementary color
Monochromatic Colors of #A8E8C9
Black with #A8E8C9
Text Example
Text Example
White with #A8E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E8C9; }
p { color: rgb(168,232,201); }
H1.HeaderClassName
{
color: #A8E8C9;
}
.AnyTagClassName
{
color: #A8E8C9;
}
</style>
background-color css
<style>
a { background-color: #A8E8C9; }
a { background-color: rgb(168,232,201); }
div.DivClassName
{
background-color: #A8E8C9;
}
.BgClassName
{
background-color: #A8E8C9;
}
</style>
border-color css
<style>
span { border-color: #A8E8C9; }
span { border-color: rgb(168,232,201); }
td.TdClassName
{
border-color: #A8E8C9;
}
.TagClassName
{
border-color: #A8E8C9;
}
</style>