Shades of Magic Mint #A9FDDD
Tints of Magic Mint #A9FDDD
RGB
CMYK
RGB Variations
Color information
#A9FDDD (or 0xA9FDDD) is known color: Magic Mint. HEX triplet: A9, FD and DD. RGB value is (169,253,221). Sum of RGB (Red+Green+Blue) = 169+253+221=643 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.28% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDDD is #560222. Grayscale: #E0E0E0. Windows color (decimal): -5636643 or 14548393. OLE color: 14548393.
HSL color Cylindrical-coordinate representation of color #A9FDDD: hue angle of 157.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDDD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 169 | 253 | 221 | - |
CMYK | 0.33 | 0 | 0.13 | 0.01 |
HSL | 157.14º | 0.95% | 0.83% | - |
HSV(B) | 157.14º | 0.33% | 0.99% | - |
XYZ | 64.54 | 83.91 | 81.2 | - |
YUV | 224.24 | 126.17 | 88.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 253 | 221 | 0.33 | 0 | 0.13 | 0.01 | 157.14 | 0.95 | 0.83 |
Hex | A9 | FD | DD | 21 | 0 | D | 1 | 9D | 5F | 53 |
Octal | 251 | 375 | 335 | 41 | 0 | 15 | 1 | 235 | 137 | 123 |
Binary | 10101001 | 11111101 | 11011101 | 100001 | 0 | 1101 | 1 | 10011101 | 1011111 | 1010011 |
Color Harmonies of #A9FDDD
Complementary color
Monochromatic Colors of #A9FDDD
Black with #A9FDDD
Text Example
Text Example
White with #A9FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDDD; }
p { color: rgb(169,253,221); }
H1.HeaderClassName
{
color: #A9FDDD;
}
.AnyTagClassName
{
color: #A9FDDD;
}
</style>
background-color css
<style>
a { background-color: #A9FDDD; }
a { background-color: rgb(169,253,221); }
div.DivClassName
{
background-color: #A9FDDD;
}
.BgClassName
{
background-color: #A9FDDD;
}
</style>
border-color css
<style>
span { border-color: #A9FDDD; }
span { border-color: rgb(169,253,221); }
td.TdClassName
{
border-color: #A9FDDD;
}
.TagClassName
{
border-color: #A9FDDD;
}
</style>