Shades of Magic Mint #A8FDDA
Tints of Magic Mint #A8FDDA
RGB
CMYK
RGB Variations
Color information
#A8FDDA (or 0xA8FDDA) is known color: Magic Mint. HEX triplet: A8, FD and DA. RGB value is (168,253,218). Sum of RGB (Red+Green+Blue) = 168+253+218=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDDA is #570225. Grayscale: #DFDFDF. Windows color (decimal): -5702182 or 14351784. OLE color: 14351784.
HSL color Cylindrical-coordinate representation of color #A8FDDA: hue angle of 155.29º 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 #A8FDDA is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 218 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.01 |
| HSL | 155.29º | 0.96% | 0.83% | - |
| HSV(B) | 155.29º | 0.34% | 0.99% | - |
| XYZ | 63.93 | 83.64 | 79.1 | - |
| YUV | 223.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 218 | 0.34 | 0 | 0.14 | 0.01 | 155.29 | 0.96 | 0.83 |
| Hex | A8 | FD | DA | 22 | 0 | E | 1 | 9B | 60 | 53 |
| Octal | 250 | 375 | 332 | 42 | 0 | 16 | 1 | 233 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11011010 | 100010 | 0 | 1110 | 1 | 10011011 | 1100000 | 1010011 |
Color Harmonies of #A8FDDA
Complementary color
Monochromatic Colors of #A8FDDA
Black with #A8FDDA
Text Example
Text Example
White with #A8FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDDA; }
p { color: rgb(168,253,218); }
H1.HeaderClassName
{
color: #A8FDDA;
}
.AnyTagClassName
{
color: #A8FDDA;
}
</style>
background-color css
<style>
a { background-color: #A8FDDA; }
a { background-color: rgb(168,253,218); }
div.DivClassName
{
background-color: #A8FDDA;
}
.BgClassName
{
background-color: #A8FDDA;
}
</style>
border-color css
<style>
span { border-color: #A8FDDA; }
span { border-color: rgb(168,253,218); }
td.TdClassName
{
border-color: #A8FDDA;
}
.TagClassName
{
border-color: #A8FDDA;
}
</style>