Shades of Magic Mint #A2E4CC
Tints of Magic Mint #A2E4CC
RGB
CMYK
RGB Variations
Color information
#A2E4CC (or 0xA2E4CC) is known color: Magic Mint. HEX triplet: A2, E4 and CC. RGB value is (162,228,204). Sum of RGB (Red+Green+Blue) = 162+228+204=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4CC is #5D1B33. Grayscale: #CDCDCD. Windows color (decimal): -6101812 or 13427874. OLE color: 13427874.
HSL color Cylindrical-coordinate representation of color #A2E4CC: hue angle of 158.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E4CC is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 204 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.11 |
| HSL | 158.18º | 0.55% | 0.76% | - |
| HSV(B) | 158.18º | 0.29% | 0.89% | - |
| XYZ | 53.54 | 67.53 | 67.34 | - |
| YUV | 205.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 204 | 0.29 | 0 | 0.11 | 0.11 | 158.18 | 0.55 | 0.76 |
| Hex | A2 | E4 | CC | 1D | 0 | B | B | 9E | 37 | 4C |
| Octal | 242 | 344 | 314 | 35 | 0 | 13 | 13 | 236 | 67 | 114 |
| Binary | 10100010 | 11100100 | 11001100 | 11101 | 0 | 1011 | 1011 | 10011110 | 110111 | 1001100 |
Color Harmonies of #A2E4CC
Complementary color
Monochromatic Colors of #A2E4CC
Black with #A2E4CC
Text Example
Text Example
White with #A2E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E4CC; }
p { color: rgb(162,228,204); }
H1.HeaderClassName
{
color: #A2E4CC;
}
.AnyTagClassName
{
color: #A2E4CC;
}
</style>
background-color css
<style>
a { background-color: #A2E4CC; }
a { background-color: rgb(162,228,204); }
div.DivClassName
{
background-color: #A2E4CC;
}
.BgClassName
{
background-color: #A2E4CC;
}
</style>
border-color css
<style>
span { border-color: #A2E4CC; }
span { border-color: rgb(162,228,204); }
td.TdClassName
{
border-color: #A2E4CC;
}
.TagClassName
{
border-color: #A2E4CC;
}
</style>