Shades of Magic Mint #A1EACB
Tints of Magic Mint #A1EACB
RGB
CMYK
RGB Variations
Color information
#A1EACB (or 0xA1EACB) is known color: Magic Mint. HEX triplet: A1, EA and CB. RGB value is (161,234,203). Sum of RGB (Red+Green+Blue) = 161+234+203=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EACB is #5E1534. Grayscale: #D0D0D0. Windows color (decimal): -6165813 or 13363873. OLE color: 13363873.
HSL color Cylindrical-coordinate representation of color #A1EACB: hue angle of 154.52º 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 #A1EACB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 203 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.08 |
| HSL | 154.52º | 0.63% | 0.77% | - |
| HSV(B) | 154.52º | 0.31% | 0.92% | - |
| XYZ | 54.9 | 70.73 | 67.26 | - |
| YUV | 208.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 203 | 0.31 | 0 | 0.13 | 0.08 | 154.52 | 0.63 | 0.77 |
| Hex | A1 | EA | CB | 1F | 0 | D | 8 | 9B | 3F | 4D |
| Octal | 241 | 352 | 313 | 37 | 0 | 15 | 10 | 233 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11001011 | 11111 | 0 | 1101 | 1000 | 10011011 | 111111 | 1001101 |
Color Harmonies of #A1EACB
Complementary color
Monochromatic Colors of #A1EACB
Black with #A1EACB
Text Example
Text Example
White with #A1EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EACB; }
p { color: rgb(161,234,203); }
H1.HeaderClassName
{
color: #A1EACB;
}
.AnyTagClassName
{
color: #A1EACB;
}
</style>
background-color css
<style>
a { background-color: #A1EACB; }
a { background-color: rgb(161,234,203); }
div.DivClassName
{
background-color: #A1EACB;
}
.BgClassName
{
background-color: #A1EACB;
}
</style>
border-color css
<style>
span { border-color: #A1EACB; }
span { border-color: rgb(161,234,203); }
td.TdClassName
{
border-color: #A1EACB;
}
.TagClassName
{
border-color: #A1EACB;
}
</style>