Shades of Magic Mint #A1E4CC
Tints of Magic Mint #A1E4CC
RGB
CMYK
RGB Variations
Color information
#A1E4CC (or 0xA1E4CC) is known color: Magic Mint. HEX triplet: A1, E4 and CC. RGB value is (161,228,204). Sum of RGB (Red+Green+Blue) = 161+228+204=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E4CC is #5E1B33. Grayscale: #CDCDCD. Windows color (decimal): -6167348 or 13427873. OLE color: 13427873.
HSL color Cylindrical-coordinate representation of color #A1E4CC: hue angle of 158.51º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E4CC is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 204 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.11 |
| HSL | 158.51º | 0.55% | 0.76% | - |
| HSV(B) | 158.51º | 0.29% | 0.89% | - |
| XYZ | 53.34 | 67.42 | 67.33 | - |
| YUV | 205.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 204 | 0.29 | 0 | 0.11 | 0.11 | 158.51 | 0.55 | 0.76 |
| Hex | A1 | E4 | CC | 1D | 0 | B | B | 9F | 37 | 4C |
| Octal | 241 | 344 | 314 | 35 | 0 | 13 | 13 | 237 | 67 | 114 |
| Binary | 10100001 | 11100100 | 11001100 | 11101 | 0 | 1011 | 1011 | 10011111 | 110111 | 1001100 |
Color Harmonies of #A1E4CC
Complementary color
Monochromatic Colors of #A1E4CC
Black with #A1E4CC
Text Example
Text Example
White with #A1E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E4CC; }
p { color: rgb(161,228,204); }
H1.HeaderClassName
{
color: #A1E4CC;
}
.AnyTagClassName
{
color: #A1E4CC;
}
</style>
background-color css
<style>
a { background-color: #A1E4CC; }
a { background-color: rgb(161,228,204); }
div.DivClassName
{
background-color: #A1E4CC;
}
.BgClassName
{
background-color: #A1E4CC;
}
</style>
border-color css
<style>
span { border-color: #A1E4CC; }
span { border-color: rgb(161,228,204); }
td.TdClassName
{
border-color: #A1E4CC;
}
.TagClassName
{
border-color: #A1E4CC;
}
</style>