Shades of Magic Mint #A5FDDD
Tints of Magic Mint #A5FDDD
RGB
CMYK
RGB Variations
Color information
#A5FDDD (or 0xA5FDDD) is known color: Magic Mint. HEX triplet: A5, FD and DD. RGB value is (165,253,221). Sum of RGB (Red+Green+Blue) = 165+253+221=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDDD is #5A0222. Grayscale: #DFDFDF. Windows color (decimal): -5898787 or 14548389. OLE color: 14548389.
HSL color Cylindrical-coordinate representation of color #A5FDDD: hue angle of 158.18º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDDD is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 221 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.01 |
| HSL | 158.18º | 0.96% | 0.82% | - |
| HSV(B) | 158.18º | 0.35% | 0.99% | - |
| XYZ | 63.69 | 83.47 | 81.16 | - |
| YUV | 223.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 221 | 0.35 | 0 | 0.13 | 0.01 | 158.18 | 0.96 | 0.82 |
| Hex | A5 | FD | DD | 23 | 0 | D | 1 | 9E | 60 | 52 |
| Octal | 245 | 375 | 335 | 43 | 0 | 15 | 1 | 236 | 140 | 122 |
| Binary | 10100101 | 11111101 | 11011101 | 100011 | 0 | 1101 | 1 | 10011110 | 1100000 | 1010010 |
Color Harmonies of #A5FDDD
Complementary color
Monochromatic Colors of #A5FDDD
Black with #A5FDDD
Text Example
Text Example
White with #A5FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FDDD; }
p { color: rgb(165,253,221); }
H1.HeaderClassName
{
color: #A5FDDD;
}
.AnyTagClassName
{
color: #A5FDDD;
}
</style>
background-color css
<style>
a { background-color: #A5FDDD; }
a { background-color: rgb(165,253,221); }
div.DivClassName
{
background-color: #A5FDDD;
}
.BgClassName
{
background-color: #A5FDDD;
}
</style>
border-color css
<style>
span { border-color: #A5FDDD; }
span { border-color: rgb(165,253,221); }
td.TdClassName
{
border-color: #A5FDDD;
}
.TagClassName
{
border-color: #A5FDDD;
}
</style>