Shades of Magic Mint #A5EACA
Tints of Magic Mint #A5EACA
RGB
CMYK
RGB Variations
Color information
#A5EACA (or 0xA5EACA) is known color: Magic Mint. HEX triplet: A5, EA and CA. RGB value is (165,234,202). Sum of RGB (Red+Green+Blue) = 165+234+202=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EACA is #5A1535. Grayscale: #D1D1D1. Windows color (decimal): -5903670 or 13298341. OLE color: 13298341.
HSL color Cylindrical-coordinate representation of color #A5EACA: hue angle of 152.17º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EACA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 202 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.08 |
| HSL | 152.17º | 0.62% | 0.78% | - |
| HSV(B) | 152.17º | 0.29% | 0.92% | - |
| XYZ | 55.6 | 71.11 | 66.67 | - |
| YUV | 209.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 202 | 0.29 | 0 | 0.14 | 0.08 | 152.17 | 0.62 | 0.78 |
| Hex | A5 | EA | CA | 1D | 0 | E | 8 | 98 | 3E | 4E |
| Octal | 245 | 352 | 312 | 35 | 0 | 16 | 10 | 230 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11001010 | 11101 | 0 | 1110 | 1000 | 10011000 | 111110 | 1001110 |
Color Harmonies of #A5EACA
Complementary color
Monochromatic Colors of #A5EACA
Black with #A5EACA
Text Example
Text Example
White with #A5EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EACA; }
p { color: rgb(165,234,202); }
H1.HeaderClassName
{
color: #A5EACA;
}
.AnyTagClassName
{
color: #A5EACA;
}
</style>
background-color css
<style>
a { background-color: #A5EACA; }
a { background-color: rgb(165,234,202); }
div.DivClassName
{
background-color: #A5EACA;
}
.BgClassName
{
background-color: #A5EACA;
}
</style>
border-color css
<style>
span { border-color: #A5EACA; }
span { border-color: rgb(165,234,202); }
td.TdClassName
{
border-color: #A5EACA;
}
.TagClassName
{
border-color: #A5EACA;
}
</style>