Shades of Magic Mint #A5ECD4
Tints of Magic Mint #A5ECD4
RGB
CMYK
RGB Variations
Color information
#A5ECD4 (or 0xA5ECD4) is known color: Magic Mint. HEX triplet: A5, EC and D4. RGB value is (165,236,212). Sum of RGB (Red+Green+Blue) = 165+236+212=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECD4 is #5A132B. Grayscale: #D4D4D4. Windows color (decimal): -5903148 or 13954213. OLE color: 13954213.
HSL color Cylindrical-coordinate representation of color #A5ECD4: hue angle of 159.72º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECD4 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 212 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.07 |
| HSL | 159.72º | 0.65% | 0.79% | - |
| HSV(B) | 159.72º | 0.3% | 0.93% | - |
| XYZ | 57.4 | 72.74 | 73.3 | - |
| YUV | 212.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 212 | 0.30 | 0 | 0.10 | 0.07 | 159.72 | 0.65 | 0.79 |
| Hex | A5 | EC | D4 | 1E | 0 | A | 7 | A0 | 41 | 4F |
| Octal | 245 | 354 | 324 | 36 | 0 | 12 | 7 | 240 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11010100 | 11110 | 0 | 1010 | 111 | 10100000 | 1000001 | 1001111 |
Color Harmonies of #A5ECD4
Complementary color
Monochromatic Colors of #A5ECD4
Black with #A5ECD4
Text Example
Text Example
White with #A5ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECD4; }
p { color: rgb(165,236,212); }
H1.HeaderClassName
{
color: #A5ECD4;
}
.AnyTagClassName
{
color: #A5ECD4;
}
</style>
background-color css
<style>
a { background-color: #A5ECD4; }
a { background-color: rgb(165,236,212); }
div.DivClassName
{
background-color: #A5ECD4;
}
.BgClassName
{
background-color: #A5ECD4;
}
</style>
border-color css
<style>
span { border-color: #A5ECD4; }
span { border-color: rgb(165,236,212); }
td.TdClassName
{
border-color: #A5ECD4;
}
.TagClassName
{
border-color: #A5ECD4;
}
</style>