Shades of Magic Mint #A1EEC1
Tints of Magic Mint #A1EEC1
RGB
CMYK
RGB Variations
Color information
#A1EEC1 (or 0xA1EEC1) is known color: Magic Mint. HEX triplet: A1, EE and C1. RGB value is (161,238,193). Sum of RGB (Red+Green+Blue) = 161+238+193=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEC1 is #5E113E. Grayscale: #D1D1D1. Windows color (decimal): -6164799 or 12709537. OLE color: 12709537.
HSL color Cylindrical-coordinate representation of color #A1EEC1: hue angle of 144.94º degrees, saturation: 0.69, 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 #A1EEC1 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 193 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.07 |
| HSL | 144.94º | 0.69% | 0.78% | - |
| HSV(B) | 144.94º | 0.32% | 0.93% | - |
| XYZ | 54.9 | 72.58 | 61.57 | - |
| YUV | 209.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 193 | 0.32 | 0 | 0.19 | 0.07 | 144.94 | 0.69 | 0.78 |
| Hex | A1 | EE | C1 | 20 | 0 | 13 | 7 | 91 | 45 | 4E |
| Octal | 241 | 356 | 301 | 40 | 0 | 23 | 7 | 221 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11000001 | 100000 | 0 | 10011 | 111 | 10010001 | 1000101 | 1001110 |
Color Harmonies of #A1EEC1
Complementary color
Monochromatic Colors of #A1EEC1
Black with #A1EEC1
Text Example
Text Example
White with #A1EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEC1; }
p { color: rgb(161,238,193); }
H1.HeaderClassName
{
color: #A1EEC1;
}
.AnyTagClassName
{
color: #A1EEC1;
}
</style>
background-color css
<style>
a { background-color: #A1EEC1; }
a { background-color: rgb(161,238,193); }
div.DivClassName
{
background-color: #A1EEC1;
}
.BgClassName
{
background-color: #A1EEC1;
}
</style>
border-color css
<style>
span { border-color: #A1EEC1; }
span { border-color: rgb(161,238,193); }
td.TdClassName
{
border-color: #A1EEC1;
}
.TagClassName
{
border-color: #A1EEC1;
}
</style>