Shades of Magic Mint #A8FFDC
Tints of Magic Mint #A8FFDC
RGB
CMYK
RGB Variations
Color information
#A8FFDC (or 0xA8FFDC) is known color: Magic Mint. HEX triplet: A8, FF and DC. RGB value is (168,255,220). Sum of RGB (Red+Green+Blue) = 168+255+220=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFDC is #570023. Grayscale: #E1E1E1. Windows color (decimal): -5701668 or 14483368. OLE color: 14483368.
HSL color Cylindrical-coordinate representation of color #A8FFDC: hue angle of 155.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFDC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 220 | - |
| CMYK | 0.34 | 0 | 0.14 | 0 |
| HSL | 155.86º | 1% | 0.83% | - |
| HSV(B) | 155.86º | 0.34% | 1% | - |
| XYZ | 64.83 | 85.01 | 80.7 | - |
| YUV | 225 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 220 | 0.34 | 0 | 0.14 | 0 | 155.86 | 1 | 0.83 |
| Hex | A8 | FF | DC | 22 | 0 | E | 0 | 9C | 64 | 53 |
| Octal | 250 | 377 | 334 | 42 | 0 | 16 | 0 | 234 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11011100 | 100010 | 0 | 1110 | 0 | 10011100 | 1100100 | 1010011 |
Color Harmonies of #A8FFDC
Complementary color
Monochromatic Colors of #A8FFDC
Black with #A8FFDC
Text Example
Text Example
White with #A8FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFDC; }
p { color: rgb(168,255,220); }
H1.HeaderClassName
{
color: #A8FFDC;
}
.AnyTagClassName
{
color: #A8FFDC;
}
</style>
background-color css
<style>
a { background-color: #A8FFDC; }
a { background-color: rgb(168,255,220); }
div.DivClassName
{
background-color: #A8FFDC;
}
.BgClassName
{
background-color: #A8FFDC;
}
</style>
border-color css
<style>
span { border-color: #A8FFDC; }
span { border-color: rgb(168,255,220); }
td.TdClassName
{
border-color: #A8FFDC;
}
.TagClassName
{
border-color: #A8FFDC;
}
</style>