Shades of Magic Mint #A5ECCD
Tints of Magic Mint #A5ECCD
RGB
CMYK
RGB Variations
Color information
#A5ECCD (or 0xA5ECCD) is known color: Magic Mint. HEX triplet: A5, EC and CD. RGB value is (165,236,205). Sum of RGB (Red+Green+Blue) = 165+236+205=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECCD is #5A1332. Grayscale: #D3D3D3. Windows color (decimal): -5903155 or 13495461. OLE color: 13495461.
HSL color Cylindrical-coordinate representation of color #A5ECCD: hue angle of 153.8º 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 #A5ECCD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 205 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.07 |
| HSL | 153.8º | 0.65% | 0.79% | - |
| HSV(B) | 153.8º | 0.3% | 0.93% | - |
| XYZ | 56.53 | 72.4 | 68.75 | - |
| YUV | 211.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 205 | 0.30 | 0 | 0.13 | 0.07 | 153.8 | 0.65 | 0.79 |
| Hex | A5 | EC | CD | 1E | 0 | D | 7 | 9A | 41 | 4F |
| Octal | 245 | 354 | 315 | 36 | 0 | 15 | 7 | 232 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11001101 | 11110 | 0 | 1101 | 111 | 10011010 | 1000001 | 1001111 |
Color Harmonies of #A5ECCD
Complementary color
Monochromatic Colors of #A5ECCD
Black with #A5ECCD
Text Example
Text Example
White with #A5ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECCD; }
p { color: rgb(165,236,205); }
H1.HeaderClassName
{
color: #A5ECCD;
}
.AnyTagClassName
{
color: #A5ECCD;
}
</style>
background-color css
<style>
a { background-color: #A5ECCD; }
a { background-color: rgb(165,236,205); }
div.DivClassName
{
background-color: #A5ECCD;
}
.BgClassName
{
background-color: #A5ECCD;
}
</style>
border-color css
<style>
span { border-color: #A5ECCD; }
span { border-color: rgb(165,236,205); }
td.TdClassName
{
border-color: #A5ECCD;
}
.TagClassName
{
border-color: #A5ECCD;
}
</style>