Shades of Magic Mint #A5E2CA
Tints of Magic Mint #A5E2CA
RGB
CMYK
RGB Variations
Color information
#A5E2CA (or 0xA5E2CA) is known color: Magic Mint. HEX triplet: A5, E2 and CA. RGB value is (165,226,202). Sum of RGB (Red+Green+Blue) = 165+226+202=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2CA is #5A1D35. Grayscale: #CDCDCD. Windows color (decimal): -5905718 or 13296293. OLE color: 13296293.
HSL color Cylindrical-coordinate representation of color #A5E2CA: hue angle of 156.39º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2CA is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 202 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.11 |
| HSL | 156.39º | 0.51% | 0.77% | - |
| HSV(B) | 156.39º | 0.27% | 0.89% | - |
| XYZ | 53.37 | 66.66 | 65.93 | - |
| YUV | 205.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 202 | 0.27 | 0 | 0.11 | 0.11 | 156.39 | 0.51 | 0.77 |
| Hex | A5 | E2 | CA | 1B | 0 | B | B | 9C | 33 | 4D |
| Octal | 245 | 342 | 312 | 33 | 0 | 13 | 13 | 234 | 63 | 115 |
| Binary | 10100101 | 11100010 | 11001010 | 11011 | 0 | 1011 | 1011 | 10011100 | 110011 | 1001101 |
Color Harmonies of #A5E2CA
Complementary color
Monochromatic Colors of #A5E2CA
Black with #A5E2CA
Text Example
Text Example
White with #A5E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E2CA; }
p { color: rgb(165,226,202); }
H1.HeaderClassName
{
color: #A5E2CA;
}
.AnyTagClassName
{
color: #A5E2CA;
}
</style>
background-color css
<style>
a { background-color: #A5E2CA; }
a { background-color: rgb(165,226,202); }
div.DivClassName
{
background-color: #A5E2CA;
}
.BgClassName
{
background-color: #A5E2CA;
}
</style>
border-color css
<style>
span { border-color: #A5E2CA; }
span { border-color: rgb(165,226,202); }
td.TdClassName
{
border-color: #A5E2CA;
}
.TagClassName
{
border-color: #A5E2CA;
}
</style>