Shades of Magic Mint #A1ECCF
Tints of Magic Mint #A1ECCF
RGB
CMYK
RGB Variations
Color information
#A1ECCF (or 0xA1ECCF) is known color: Magic Mint. HEX triplet: A1, EC and CF. RGB value is (161,236,207). Sum of RGB (Red+Green+Blue) = 161+236+207=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECCF is #5E1330. Grayscale: #D2D2D2. Windows color (decimal): -6165297 or 13626529. OLE color: 13626529.
HSL color Cylindrical-coordinate representation of color #A1ECCF: hue angle of 156.8º 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 #A1ECCF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 207 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.07 |
| HSL | 156.8º | 0.66% | 0.78% | - |
| HSV(B) | 156.8º | 0.32% | 0.93% | - |
| XYZ | 55.96 | 72.07 | 69.99 | - |
| YUV | 210.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 207 | 0.32 | 0 | 0.12 | 0.07 | 156.8 | 0.66 | 0.78 |
| Hex | A1 | EC | CF | 20 | 0 | C | 7 | 9D | 42 | 4E |
| Octal | 241 | 354 | 317 | 40 | 0 | 14 | 7 | 235 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11001111 | 100000 | 0 | 1100 | 111 | 10011101 | 1000010 | 1001110 |
Color Harmonies of #A1ECCF
Complementary color
Monochromatic Colors of #A1ECCF
Black with #A1ECCF
Text Example
Text Example
White with #A1ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECCF; }
p { color: rgb(161,236,207); }
H1.HeaderClassName
{
color: #A1ECCF;
}
.AnyTagClassName
{
color: #A1ECCF;
}
</style>
background-color css
<style>
a { background-color: #A1ECCF; }
a { background-color: rgb(161,236,207); }
div.DivClassName
{
background-color: #A1ECCF;
}
.BgClassName
{
background-color: #A1ECCF;
}
</style>
border-color css
<style>
span { border-color: #A1ECCF; }
span { border-color: rgb(161,236,207); }
td.TdClassName
{
border-color: #A1ECCF;
}
.TagClassName
{
border-color: #A1ECCF;
}
</style>