Shades of Magic Mint #A2E9CB
Tints of Magic Mint #A2E9CB
RGB
CMYK
RGB Variations
Color information
#A2E9CB (or 0xA2E9CB) is known color: Magic Mint. HEX triplet: A2, E9 and CB. RGB value is (162,233,203). Sum of RGB (Red+Green+Blue) = 162+233+203=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9CB is #5D1634. Grayscale: #D0D0D0. Windows color (decimal): -6100533 or 13363618. OLE color: 13363618.
HSL color Cylindrical-coordinate representation of color #A2E9CB: hue angle of 154.65º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9CB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 203 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.09 |
| HSL | 154.65º | 0.62% | 0.77% | - |
| HSV(B) | 154.65º | 0.3% | 0.91% | - |
| XYZ | 54.82 | 70.27 | 67.17 | - |
| YUV | 208.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 203 | 0.30 | 0 | 0.13 | 0.09 | 154.65 | 0.62 | 0.77 |
| Hex | A2 | E9 | CB | 1E | 0 | D | 9 | 9B | 3E | 4D |
| Octal | 242 | 351 | 313 | 36 | 0 | 15 | 11 | 233 | 76 | 115 |
| Binary | 10100010 | 11101001 | 11001011 | 11110 | 0 | 1101 | 1001 | 10011011 | 111110 | 1001101 |
Color Harmonies of #A2E9CB
Complementary color
Monochromatic Colors of #A2E9CB
Black with #A2E9CB
Text Example
Text Example
White with #A2E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E9CB; }
p { color: rgb(162,233,203); }
H1.HeaderClassName
{
color: #A2E9CB;
}
.AnyTagClassName
{
color: #A2E9CB;
}
</style>
background-color css
<style>
a { background-color: #A2E9CB; }
a { background-color: rgb(162,233,203); }
div.DivClassName
{
background-color: #A2E9CB;
}
.BgClassName
{
background-color: #A2E9CB;
}
</style>
border-color css
<style>
span { border-color: #A2E9CB; }
span { border-color: rgb(162,233,203); }
td.TdClassName
{
border-color: #A2E9CB;
}
.TagClassName
{
border-color: #A2E9CB;
}
</style>