Shades of Magic Mint #A8FDDE
Tints of Magic Mint #A8FDDE
RGB
CMYK
RGB Variations
Color information
#A8FDDE (or 0xA8FDDE) is known color: Magic Mint. HEX triplet: A8, FD and DE. RGB value is (168,253,222). Sum of RGB (Red+Green+Blue) = 168+253+222=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDDE is #570221. Grayscale: #E0E0E0. Windows color (decimal): -5702178 or 14613928. OLE color: 14613928.
HSL color Cylindrical-coordinate representation of color #A8FDDE: hue angle of 158.12º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDDE is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 222 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.01 |
| HSL | 158.12º | 0.96% | 0.83% | - |
| HSV(B) | 158.12º | 0.34% | 0.99% | - |
| XYZ | 64.46 | 83.85 | 81.89 | - |
| YUV | 224.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 222 | 0.34 | 0 | 0.12 | 0.01 | 158.12 | 0.96 | 0.83 |
| Hex | A8 | FD | DE | 22 | 0 | C | 1 | 9E | 60 | 53 |
| Octal | 250 | 375 | 336 | 42 | 0 | 14 | 1 | 236 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11011110 | 100010 | 0 | 1100 | 1 | 10011110 | 1100000 | 1010011 |
Color Harmonies of #A8FDDE
Complementary color
Monochromatic Colors of #A8FDDE
Black with #A8FDDE
Text Example
Text Example
White with #A8FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDDE; }
p { color: rgb(168,253,222); }
H1.HeaderClassName
{
color: #A8FDDE;
}
.AnyTagClassName
{
color: #A8FDDE;
}
</style>
background-color css
<style>
a { background-color: #A8FDDE; }
a { background-color: rgb(168,253,222); }
div.DivClassName
{
background-color: #A8FDDE;
}
.BgClassName
{
background-color: #A8FDDE;
}
</style>
border-color css
<style>
span { border-color: #A8FDDE; }
span { border-color: rgb(168,253,222); }
td.TdClassName
{
border-color: #A8FDDE;
}
.TagClassName
{
border-color: #A8FDDE;
}
</style>