Shades of Magic Mint #A1EEC4
Tints of Magic Mint #A1EEC4
RGB
CMYK
RGB Variations
Color information
#A1EEC4 (or 0xA1EEC4) is known color: Magic Mint. HEX triplet: A1, EE and C4. RGB value is (161,238,196). Sum of RGB (Red+Green+Blue) = 161+238+196=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEC4 is #5E113B. Grayscale: #D2D2D2. Windows color (decimal): -6164796 or 12906145. OLE color: 12906145.
HSL color Cylindrical-coordinate representation of color #A1EEC4: hue angle of 147.27º 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 #A1EEC4 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 196 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.07 |
| HSL | 147.27º | 0.69% | 0.78% | - |
| HSV(B) | 147.27º | 0.32% | 0.93% | - |
| XYZ | 55.24 | 72.71 | 63.35 | - |
| YUV | 210.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 196 | 0.32 | 0 | 0.18 | 0.07 | 147.27 | 0.69 | 0.78 |
| Hex | A1 | EE | C4 | 20 | 0 | 12 | 7 | 93 | 45 | 4E |
| Octal | 241 | 356 | 304 | 40 | 0 | 22 | 7 | 223 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11000100 | 100000 | 0 | 10010 | 111 | 10010011 | 1000101 | 1001110 |
Color Harmonies of #A1EEC4
Complementary color
Monochromatic Colors of #A1EEC4
Black with #A1EEC4
Text Example
Text Example
White with #A1EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEC4; }
p { color: rgb(161,238,196); }
H1.HeaderClassName
{
color: #A1EEC4;
}
.AnyTagClassName
{
color: #A1EEC4;
}
</style>
background-color css
<style>
a { background-color: #A1EEC4; }
a { background-color: rgb(161,238,196); }
div.DivClassName
{
background-color: #A1EEC4;
}
.BgClassName
{
background-color: #A1EEC4;
}
</style>
border-color css
<style>
span { border-color: #A1EEC4; }
span { border-color: rgb(161,238,196); }
td.TdClassName
{
border-color: #A1EEC4;
}
.TagClassName
{
border-color: #A1EEC4;
}
</style>