Shades of Magic Mint #A5F5D0
Tints of Magic Mint #A5F5D0
RGB
CMYK
RGB Variations
Color information
#A5F5D0 (or 0xA5F5D0) is known color: Magic Mint. HEX triplet: A5, F5 and D0. RGB value is (165,245,208). Sum of RGB (Red+Green+Blue) = 165+245+208=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F5D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F5D0 is #5A0A2F. Grayscale: #D8D8D8. Windows color (decimal): -5900848 or 13694373. OLE color: 13694373.
HSL color Cylindrical-coordinate representation of color #A5F5D0: hue angle of 152.25º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F5D0 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 208 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.04 |
| HSL | 152.25º | 0.8% | 0.8% | - |
| HSV(B) | 152.25º | 0.33% | 0.96% | - |
| XYZ | 59.55 | 77.86 | 71.56 | - |
| YUV | 216.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 208 | 0.33 | 0 | 0.15 | 0.04 | 152.25 | 0.8 | 0.8 |
| Hex | A5 | F5 | D0 | 21 | 0 | F | 4 | 98 | 50 | 50 |
| Octal | 245 | 365 | 320 | 41 | 0 | 17 | 4 | 230 | 120 | 120 |
| Binary | 10100101 | 11110101 | 11010000 | 100001 | 0 | 1111 | 100 | 10011000 | 1010000 | 1010000 |
Color Harmonies of #A5F5D0
Complementary color
Monochromatic Colors of #A5F5D0
Black with #A5F5D0
Text Example
Text Example
White with #A5F5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F5D0; }
p { color: rgb(165,245,208); }
H1.HeaderClassName
{
color: #A5F5D0;
}
.AnyTagClassName
{
color: #A5F5D0;
}
</style>
background-color css
<style>
a { background-color: #A5F5D0; }
a { background-color: rgb(165,245,208); }
div.DivClassName
{
background-color: #A5F5D0;
}
.BgClassName
{
background-color: #A5F5D0;
}
</style>
border-color css
<style>
span { border-color: #A5F5D0; }
span { border-color: rgb(165,245,208); }
td.TdClassName
{
border-color: #A5F5D0;
}
.TagClassName
{
border-color: #A5F5D0;
}
</style>