Shades of Magic Mint #A5F7DD
Tints of Magic Mint #A5F7DD
RGB
CMYK
RGB Variations
Color information
#A5F7DD (or 0xA5F7DD) is known color: Magic Mint. HEX triplet: A5, F7 and DD. RGB value is (165,247,221). Sum of RGB (Red+Green+Blue) = 165+247+221=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F7DD is #5A0822. Grayscale: #DBDBDB. Windows color (decimal): -5900323 or 14546853. OLE color: 14546853.
HSL color Cylindrical-coordinate representation of color #A5F7DD: hue angle of 160.98º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F7DD is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 221 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.03 |
| HSL | 160.98º | 0.84% | 0.81% | - |
| HSV(B) | 160.98º | 0.33% | 0.97% | - |
| XYZ | 61.83 | 79.74 | 80.54 | - |
| YUV | 219.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 221 | 0.33 | 0 | 0.11 | 0.03 | 160.98 | 0.84 | 0.81 |
| Hex | A5 | F7 | DD | 21 | 0 | B | 3 | A1 | 54 | 51 |
| Octal | 245 | 367 | 335 | 41 | 0 | 13 | 3 | 241 | 124 | 121 |
| Binary | 10100101 | 11110111 | 11011101 | 100001 | 0 | 1011 | 11 | 10100001 | 1010100 | 1010001 |
Color Harmonies of #A5F7DD
Complementary color
Monochromatic Colors of #A5F7DD
Black with #A5F7DD
Text Example
Text Example
White with #A5F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F7DD; }
p { color: rgb(165,247,221); }
H1.HeaderClassName
{
color: #A5F7DD;
}
.AnyTagClassName
{
color: #A5F7DD;
}
</style>
background-color css
<style>
a { background-color: #A5F7DD; }
a { background-color: rgb(165,247,221); }
div.DivClassName
{
background-color: #A5F7DD;
}
.BgClassName
{
background-color: #A5F7DD;
}
</style>
border-color css
<style>
span { border-color: #A5F7DD; }
span { border-color: rgb(165,247,221); }
td.TdClassName
{
border-color: #A5F7DD;
}
.TagClassName
{
border-color: #A5F7DD;
}
</style>