Shades of Magic Mint #A8FFDD
Tints of Magic Mint #A8FFDD
RGB
CMYK
RGB Variations
Color information
#A8FFDD (or 0xA8FFDD) is known color: Magic Mint. HEX triplet: A8, FF and DD. RGB value is (168,255,221). Sum of RGB (Red+Green+Blue) = 168+255+221=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFDD is #570022. Grayscale: #E1E1E1. Windows color (decimal): -5701667 or 14548904. OLE color: 14548904.
HSL color Cylindrical-coordinate representation of color #A8FFDD: hue angle of 156.55º 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 #A8FFDD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 255 | 221 | - |
CMYK | 0.34 | 0 | 0.13 | 0 |
HSL | 156.55º | 1% | 0.83% | - |
HSV(B) | 156.55º | 0.34% | 1% | - |
XYZ | 64.96 | 85.07 | 81.4 | - |
YUV | 225.11 | 125.68 | 87.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 255 | 221 | 0.34 | 0 | 0.13 | 0 | 156.55 | 1 | 0.83 |
Hex | A8 | FF | DD | 22 | 0 | D | 0 | 9D | 64 | 53 |
Octal | 250 | 377 | 335 | 42 | 0 | 15 | 0 | 235 | 144 | 123 |
Binary | 10101000 | 11111111 | 11011101 | 100010 | 0 | 1101 | 0 | 10011101 | 1100100 | 1010011 |
Color Harmonies of #A8FFDD
Complementary color
Monochromatic Colors of #A8FFDD
Black with #A8FFDD
Text Example
Text Example
White with #A8FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFDD; }
p { color: rgb(168,255,221); }
H1.HeaderClassName
{
color: #A8FFDD;
}
.AnyTagClassName
{
color: #A8FFDD;
}
</style>
background-color css
<style>
a { background-color: #A8FFDD; }
a { background-color: rgb(168,255,221); }
div.DivClassName
{
background-color: #A8FFDD;
}
.BgClassName
{
background-color: #A8FFDD;
}
</style>
border-color css
<style>
span { border-color: #A8FFDD; }
span { border-color: rgb(168,255,221); }
td.TdClassName
{
border-color: #A8FFDD;
}
.TagClassName
{
border-color: #A8FFDD;
}
</style>