Shades of Magic Mint #A2E6CB
Tints of Magic Mint #A2E6CB
RGB
CMYK
RGB Variations
Color information
#A2E6CB (or 0xA2E6CB) is known color: Magic Mint. HEX triplet: A2, E6 and CB. RGB value is (162,230,203). Sum of RGB (Red+Green+Blue) = 162+230+203=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6CB is #5D1934. Grayscale: #CECECE. Windows color (decimal): -6101301 or 13362850. OLE color: 13362850.
HSL color Cylindrical-coordinate representation of color #A2E6CB: hue angle of 156.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E6CB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 203 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.10 |
| HSL | 156.18º | 0.58% | 0.77% | - |
| HSV(B) | 156.18º | 0.3% | 0.9% | - |
| XYZ | 53.98 | 68.59 | 66.89 | - |
| YUV | 206.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 203 | 0.30 | 0 | 0.12 | 0.10 | 156.18 | 0.58 | 0.77 |
| Hex | A2 | E6 | CB | 1E | 0 | C | A | 9C | 3A | 4D |
| Octal | 242 | 346 | 313 | 36 | 0 | 14 | 12 | 234 | 72 | 115 |
| Binary | 10100010 | 11100110 | 11001011 | 11110 | 0 | 1100 | 1010 | 10011100 | 111010 | 1001101 |
Color Harmonies of #A2E6CB
Complementary color
Monochromatic Colors of #A2E6CB
Black with #A2E6CB
Text Example
Text Example
White with #A2E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6CB; }
p { color: rgb(162,230,203); }
H1.HeaderClassName
{
color: #A2E6CB;
}
.AnyTagClassName
{
color: #A2E6CB;
}
</style>
background-color css
<style>
a { background-color: #A2E6CB; }
a { background-color: rgb(162,230,203); }
div.DivClassName
{
background-color: #A2E6CB;
}
.BgClassName
{
background-color: #A2E6CB;
}
</style>
border-color css
<style>
span { border-color: #A2E6CB; }
span { border-color: rgb(162,230,203); }
td.TdClassName
{
border-color: #A2E6CB;
}
.TagClassName
{
border-color: #A2E6CB;
}
</style>