Shades of Magic Mint #A5E1C9
Tints of Magic Mint #A5E1C9
RGB
CMYK
RGB Variations
Color information
#A5E1C9 (or 0xA5E1C9) is known color: Magic Mint. HEX triplet: A5, E1 and C9. RGB value is (165,225,201). Sum of RGB (Red+Green+Blue) = 165+225+201=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1C9 is #5A1E36. Grayscale: #CCCCCC. Windows color (decimal): -5905975 or 13230501. OLE color: 13230501.
HSL color Cylindrical-coordinate representation of color #A5E1C9: hue angle of 156º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1C9 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 201 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.12 |
| HSL | 156º | 0.5% | 0.76% | - |
| HSV(B) | 156º | 0.27% | 0.88% | - |
| XYZ | 52.98 | 66.07 | 65.22 | - |
| YUV | 204.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 201 | 0.27 | 0 | 0.11 | 0.12 | 156 | 0.5 | 0.76 |
| Hex | A5 | E1 | C9 | 1B | 0 | B | C | 9C | 32 | 4C |
| Octal | 245 | 341 | 311 | 33 | 0 | 13 | 14 | 234 | 62 | 114 |
| Binary | 10100101 | 11100001 | 11001001 | 11011 | 0 | 1011 | 1100 | 10011100 | 110010 | 1001100 |
Color Harmonies of #A5E1C9
Complementary color
Monochromatic Colors of #A5E1C9
Black with #A5E1C9
Text Example
Text Example
White with #A5E1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1C9; }
p { color: rgb(165,225,201); }
H1.HeaderClassName
{
color: #A5E1C9;
}
.AnyTagClassName
{
color: #A5E1C9;
}
</style>
background-color css
<style>
a { background-color: #A5E1C9; }
a { background-color: rgb(165,225,201); }
div.DivClassName
{
background-color: #A5E1C9;
}
.BgClassName
{
background-color: #A5E1C9;
}
</style>
border-color css
<style>
span { border-color: #A5E1C9; }
span { border-color: rgb(165,225,201); }
td.TdClassName
{
border-color: #A5E1C9;
}
.TagClassName
{
border-color: #A5E1C9;
}
</style>