Shades of Magic Mint #A8E8D2
Tints of Magic Mint #A8E8D2
RGB
CMYK
RGB Variations
Color information
#A8E8D2 (or 0xA8E8D2) is known color: Magic Mint. HEX triplet: A8, E8 and D2. RGB value is (168,232,210). Sum of RGB (Red+Green+Blue) = 168+232+210=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E8D2 is #57172D. Grayscale: #D2D2D2. Windows color (decimal): -5707566 or 13822120. OLE color: 13822120.
HSL color Cylindrical-coordinate representation of color #A8E8D2: hue angle of 159.38º 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 #A8E8D2 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 210 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.09 |
| HSL | 159.38º | 0.58% | 0.78% | - |
| HSV(B) | 159.38º | 0.28% | 0.91% | - |
| XYZ | 56.64 | 70.69 | 71.63 | - |
| YUV | 210.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 210 | 0.28 | 0 | 0.09 | 0.09 | 159.38 | 0.58 | 0.78 |
| Hex | A8 | E8 | D2 | 1C | 0 | 9 | 9 | 9F | 3A | 4E |
| Octal | 250 | 350 | 322 | 34 | 0 | 11 | 11 | 237 | 72 | 116 |
| Binary | 10101000 | 11101000 | 11010010 | 11100 | 0 | 1001 | 1001 | 10011111 | 111010 | 1001110 |
Color Harmonies of #A8E8D2
Complementary color
Monochromatic Colors of #A8E8D2
Black with #A8E8D2
Text Example
Text Example
White with #A8E8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E8D2; }
p { color: rgb(168,232,210); }
H1.HeaderClassName
{
color: #A8E8D2;
}
.AnyTagClassName
{
color: #A8E8D2;
}
</style>
background-color css
<style>
a { background-color: #A8E8D2; }
a { background-color: rgb(168,232,210); }
div.DivClassName
{
background-color: #A8E8D2;
}
.BgClassName
{
background-color: #A8E8D2;
}
</style>
border-color css
<style>
span { border-color: #A8E8D2; }
span { border-color: rgb(168,232,210); }
td.TdClassName
{
border-color: #A8E8D2;
}
.TagClassName
{
border-color: #A8E8D2;
}
</style>