Shades of Magic Mint #A1EAC1
Tints of Magic Mint #A1EAC1
RGB
CMYK
RGB Variations
Color information
#A1EAC1 (or 0xA1EAC1) is known color: Magic Mint. HEX triplet: A1, EA and C1. RGB value is (161,234,193). Sum of RGB (Red+Green+Blue) = 161+234+193=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAC1 is #5E153E. Grayscale: #CFCFCF. Windows color (decimal): -6165823 or 12708513. OLE color: 12708513.
HSL color Cylindrical-coordinate representation of color #A1EAC1: hue angle of 146.3º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EAC1 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 193 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.08 |
| HSL | 146.3º | 0.63% | 0.77% | - |
| HSV(B) | 146.3º | 0.31% | 0.92% | - |
| XYZ | 53.75 | 70.27 | 61.18 | - |
| YUV | 207.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 193 | 0.31 | 0 | 0.18 | 0.08 | 146.3 | 0.63 | 0.77 |
| Hex | A1 | EA | C1 | 1F | 0 | 12 | 8 | 92 | 3F | 4D |
| Octal | 241 | 352 | 301 | 37 | 0 | 22 | 10 | 222 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11000001 | 11111 | 0 | 10010 | 1000 | 10010010 | 111111 | 1001101 |
Color Harmonies of #A1EAC1
Complementary color
Monochromatic Colors of #A1EAC1
Black with #A1EAC1
Text Example
Text Example
White with #A1EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAC1; }
p { color: rgb(161,234,193); }
H1.HeaderClassName
{
color: #A1EAC1;
}
.AnyTagClassName
{
color: #A1EAC1;
}
</style>
background-color css
<style>
a { background-color: #A1EAC1; }
a { background-color: rgb(161,234,193); }
div.DivClassName
{
background-color: #A1EAC1;
}
.BgClassName
{
background-color: #A1EAC1;
}
</style>
border-color css
<style>
span { border-color: #A1EAC1; }
span { border-color: rgb(161,234,193); }
td.TdClassName
{
border-color: #A1EAC1;
}
.TagClassName
{
border-color: #A1EAC1;
}
</style>