Shades of Magic Mint #A1ECCC
Tints of Magic Mint #A1ECCC
RGB
CMYK
RGB Variations
Color information
#A1ECCC (or 0xA1ECCC) is known color: Magic Mint. HEX triplet: A1, EC and CC. RGB value is (161,236,204). Sum of RGB (Red+Green+Blue) = 161+236+204=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECCC is #5E1333. Grayscale: #D1D1D1. Windows color (decimal): -6165300 or 13429921. OLE color: 13429921.
HSL color Cylindrical-coordinate representation of color #A1ECCC: hue angle of 154.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECCC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 204 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 154.4º | 0.66% | 0.78% | - |
| HSV(B) | 154.4º | 0.32% | 0.93% | - |
| XYZ | 55.59 | 71.93 | 68.08 | - |
| YUV | 209.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 204 | 0.32 | 0 | 0.14 | 0.07 | 154.4 | 0.66 | 0.78 |
| Hex | A1 | EC | CC | 20 | 0 | E | 7 | 9A | 42 | 4E |
| Octal | 241 | 354 | 314 | 40 | 0 | 16 | 7 | 232 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11001100 | 100000 | 0 | 1110 | 111 | 10011010 | 1000010 | 1001110 |
Color Harmonies of #A1ECCC
Complementary color
Monochromatic Colors of #A1ECCC
Black with #A1ECCC
Text Example
Text Example
White with #A1ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECCC; }
p { color: rgb(161,236,204); }
H1.HeaderClassName
{
color: #A1ECCC;
}
.AnyTagClassName
{
color: #A1ECCC;
}
</style>
background-color css
<style>
a { background-color: #A1ECCC; }
a { background-color: rgb(161,236,204); }
div.DivClassName
{
background-color: #A1ECCC;
}
.BgClassName
{
background-color: #A1ECCC;
}
</style>
border-color css
<style>
span { border-color: #A1ECCC; }
span { border-color: rgb(161,236,204); }
td.TdClassName
{
border-color: #A1ECCC;
}
.TagClassName
{
border-color: #A1ECCC;
}
</style>