Shades of Magic Mint #A1E9CC
Tints of Magic Mint #A1E9CC
RGB
CMYK
RGB Variations
Color information
#A1E9CC (or 0xA1E9CC) is known color: Magic Mint. HEX triplet: A1, E9 and CC. RGB value is (161,233,204). Sum of RGB (Red+Green+Blue) = 161+233+204=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9CC is #5E1633. Grayscale: #D0D0D0. Windows color (decimal): -6166068 or 13429153. OLE color: 13429153.
HSL color Cylindrical-coordinate representation of color #A1E9CC: hue angle of 155.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9CC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 204 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.09 |
| HSL | 155.83º | 0.62% | 0.77% | - |
| HSV(B) | 155.83º | 0.31% | 0.91% | - |
| XYZ | 54.74 | 70.21 | 67.79 | - |
| YUV | 208.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 204 | 0.31 | 0 | 0.12 | 0.09 | 155.83 | 0.62 | 0.77 |
| Hex | A1 | E9 | CC | 1F | 0 | C | 9 | 9C | 3E | 4D |
| Octal | 241 | 351 | 314 | 37 | 0 | 14 | 11 | 234 | 76 | 115 |
| Binary | 10100001 | 11101001 | 11001100 | 11111 | 0 | 1100 | 1001 | 10011100 | 111110 | 1001101 |
Color Harmonies of #A1E9CC
Complementary color
Monochromatic Colors of #A1E9CC
Black with #A1E9CC
Text Example
Text Example
White with #A1E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E9CC; }
p { color: rgb(161,233,204); }
H1.HeaderClassName
{
color: #A1E9CC;
}
.AnyTagClassName
{
color: #A1E9CC;
}
</style>
background-color css
<style>
a { background-color: #A1E9CC; }
a { background-color: rgb(161,233,204); }
div.DivClassName
{
background-color: #A1E9CC;
}
.BgClassName
{
background-color: #A1E9CC;
}
</style>
border-color css
<style>
span { border-color: #A1E9CC; }
span { border-color: rgb(161,233,204); }
td.TdClassName
{
border-color: #A1E9CC;
}
.TagClassName
{
border-color: #A1E9CC;
}
</style>