Shades of Magic Mint #A8FDD9
Tints of Magic Mint #A8FDD9
RGB
CMYK
RGB Variations
Color information
#A8FDD9 (or 0xA8FDD9) is known color: Magic Mint. HEX triplet: A8, FD and D9. RGB value is (168,253,217). Sum of RGB (Red+Green+Blue) = 168+253+217=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDD9 is #570226. Grayscale: #DFDFDF. Windows color (decimal): -5702183 or 14286248. OLE color: 14286248.
HSL color Cylindrical-coordinate representation of color #A8FDD9: hue angle of 154.59º 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 #A8FDD9 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 253 | 217 | - |
CMYK | 0.34 | 0 | 0.14 | 0.01 |
HSL | 154.59º | 0.96% | 0.83% | - |
HSV(B) | 154.59º | 0.34% | 0.99% | - |
XYZ | 63.8 | 83.59 | 78.42 | - |
YUV | 223.48 | 124.34 | 88.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 253 | 217 | 0.34 | 0 | 0.14 | 0.01 | 154.59 | 0.96 | 0.83 |
Hex | A8 | FD | D9 | 22 | 0 | E | 1 | 9B | 60 | 53 |
Octal | 250 | 375 | 331 | 42 | 0 | 16 | 1 | 233 | 140 | 123 |
Binary | 10101000 | 11111101 | 11011001 | 100010 | 0 | 1110 | 1 | 10011011 | 1100000 | 1010011 |
Color Harmonies of #A8FDD9
Complementary color
Monochromatic Colors of #A8FDD9
Black with #A8FDD9
Text Example
Text Example
White with #A8FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDD9; }
p { color: rgb(168,253,217); }
H1.HeaderClassName
{
color: #A8FDD9;
}
.AnyTagClassName
{
color: #A8FDD9;
}
</style>
background-color css
<style>
a { background-color: #A8FDD9; }
a { background-color: rgb(168,253,217); }
div.DivClassName
{
background-color: #A8FDD9;
}
.BgClassName
{
background-color: #A8FDD9;
}
</style>
border-color css
<style>
span { border-color: #A8FDD9; }
span { border-color: rgb(168,253,217); }
td.TdClassName
{
border-color: #A8FDD9;
}
.TagClassName
{
border-color: #A8FDD9;
}
</style>