Shades of Magic Mint #A5ECD1
Tints of Magic Mint #A5ECD1
RGB
CMYK
RGB Variations
Color information
#A5ECD1 (or 0xA5ECD1) is known color: Magic Mint. HEX triplet: A5, EC and D1. RGB value is (165,236,209). Sum of RGB (Red+Green+Blue) = 165+236+209=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECD1 is #5A132E. Grayscale: #D3D3D3. Windows color (decimal): -5903151 or 13757605. OLE color: 13757605.
HSL color Cylindrical-coordinate representation of color #A5ECD1: hue angle of 157.18º 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 #A5ECD1 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 209 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.07 |
| HSL | 157.18º | 0.65% | 0.79% | - |
| HSV(B) | 157.18º | 0.3% | 0.93% | - |
| XYZ | 57.02 | 72.59 | 71.33 | - |
| YUV | 211.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 209 | 0.30 | 0 | 0.11 | 0.07 | 157.18 | 0.65 | 0.79 |
| Hex | A5 | EC | D1 | 1E | 0 | B | 7 | 9D | 41 | 4F |
| Octal | 245 | 354 | 321 | 36 | 0 | 13 | 7 | 235 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11010001 | 11110 | 0 | 1011 | 111 | 10011101 | 1000001 | 1001111 |
Color Harmonies of #A5ECD1
Complementary color
Monochromatic Colors of #A5ECD1
Black with #A5ECD1
Text Example
Text Example
White with #A5ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECD1; }
p { color: rgb(165,236,209); }
H1.HeaderClassName
{
color: #A5ECD1;
}
.AnyTagClassName
{
color: #A5ECD1;
}
</style>
background-color css
<style>
a { background-color: #A5ECD1; }
a { background-color: rgb(165,236,209); }
div.DivClassName
{
background-color: #A5ECD1;
}
.BgClassName
{
background-color: #A5ECD1;
}
</style>
border-color css
<style>
span { border-color: #A5ECD1; }
span { border-color: rgb(165,236,209); }
td.TdClassName
{
border-color: #A5ECD1;
}
.TagClassName
{
border-color: #A5ECD1;
}
</style>