Shades of Magic Mint #A1E5C2
Tints of Magic Mint #A1E5C2
RGB
CMYK
RGB Variations
Color information
#A1E5C2 (or 0xA1E5C2) is known color: Magic Mint. HEX triplet: A1, E5 and C2. RGB value is (161,229,194). Sum of RGB (Red+Green+Blue) = 161+229+194=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5C2 is #5E1A3D. Grayscale: #CCCCCC. Windows color (decimal): -6167102 or 12772769. OLE color: 12772769.
HSL color Cylindrical-coordinate representation of color #A1E5C2: hue angle of 149.12º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5C2 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 194 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.10 |
| HSL | 149.12º | 0.57% | 0.76% | - |
| HSV(B) | 149.12º | 0.3% | 0.9% | - |
| XYZ | 52.45 | 67.51 | 61.31 | - |
| YUV | 204.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 194 | 0.30 | 0 | 0.15 | 0.10 | 149.12 | 0.57 | 0.76 |
| Hex | A1 | E5 | C2 | 1E | 0 | F | A | 95 | 39 | 4C |
| Octal | 241 | 345 | 302 | 36 | 0 | 17 | 12 | 225 | 71 | 114 |
| Binary | 10100001 | 11100101 | 11000010 | 11110 | 0 | 1111 | 1010 | 10010101 | 111001 | 1001100 |
Color Harmonies of #A1E5C2
Complementary color
Monochromatic Colors of #A1E5C2
Black with #A1E5C2
Text Example
Text Example
White with #A1E5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5C2; }
p { color: rgb(161,229,194); }
H1.HeaderClassName
{
color: #A1E5C2;
}
.AnyTagClassName
{
color: #A1E5C2;
}
</style>
background-color css
<style>
a { background-color: #A1E5C2; }
a { background-color: rgb(161,229,194); }
div.DivClassName
{
background-color: #A1E5C2;
}
.BgClassName
{
background-color: #A1E5C2;
}
</style>
border-color css
<style>
span { border-color: #A1E5C2; }
span { border-color: rgb(161,229,194); }
td.TdClassName
{
border-color: #A1E5C2;
}
.TagClassName
{
border-color: #A1E5C2;
}
</style>