Shades of Magic Mint #A5ECC8
Tints of Magic Mint #A5ECC8
RGB
CMYK
RGB Variations
Color information
#A5ECC8 (or 0xA5ECC8) is known color: Magic Mint. HEX triplet: A5, EC and C8. RGB value is (165,236,200). Sum of RGB (Red+Green+Blue) = 165+236+200=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECC8 is #5A1337. Grayscale: #D2D2D2. Windows color (decimal): -5903160 or 13167781. OLE color: 13167781.
HSL color Cylindrical-coordinate representation of color #A5ECC8: hue angle of 149.58º 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 #A5ECC8 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 200 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.07 |
| HSL | 149.58º | 0.65% | 0.79% | - |
| HSV(B) | 149.58º | 0.3% | 0.93% | - |
| XYZ | 55.94 | 72.16 | 65.62 | - |
| YUV | 210.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 200 | 0.30 | 0 | 0.15 | 0.07 | 149.58 | 0.65 | 0.79 |
| Hex | A5 | EC | C8 | 1E | 0 | F | 7 | 96 | 41 | 4F |
| Octal | 245 | 354 | 310 | 36 | 0 | 17 | 7 | 226 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11001000 | 11110 | 0 | 1111 | 111 | 10010110 | 1000001 | 1001111 |
Color Harmonies of #A5ECC8
Complementary color
Monochromatic Colors of #A5ECC8
Black with #A5ECC8
Text Example
Text Example
White with #A5ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECC8; }
p { color: rgb(165,236,200); }
H1.HeaderClassName
{
color: #A5ECC8;
}
.AnyTagClassName
{
color: #A5ECC8;
}
</style>
background-color css
<style>
a { background-color: #A5ECC8; }
a { background-color: rgb(165,236,200); }
div.DivClassName
{
background-color: #A5ECC8;
}
.BgClassName
{
background-color: #A5ECC8;
}
</style>
border-color css
<style>
span { border-color: #A5ECC8; }
span { border-color: rgb(165,236,200); }
td.TdClassName
{
border-color: #A5ECC8;
}
.TagClassName
{
border-color: #A5ECC8;
}
</style>