Shades of Magic Mint #A4E2C4
Tints of Magic Mint #A4E2C4
RGB
CMYK
RGB Variations
Color information
#A4E2C4 (or 0xA4E2C4) is known color: Magic Mint. HEX triplet: A4, E2 and C4. RGB value is (164,226,196). Sum of RGB (Red+Green+Blue) = 164+226+196=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2C4 is #5B1D3B. Grayscale: #CCCCCC. Windows color (decimal): -5971260 or 12903076. OLE color: 12903076.
HSL color Cylindrical-coordinate representation of color #A4E2C4: hue angle of 150.97º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2C4 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 196 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.11 |
| HSL | 150.97º | 0.52% | 0.76% | - |
| HSV(B) | 150.97º | 0.27% | 0.89% | - |
| XYZ | 52.47 | 66.27 | 62.25 | - |
| YUV | 204.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 196 | 0.27 | 0 | 0.13 | 0.11 | 150.97 | 0.52 | 0.76 |
| Hex | A4 | E2 | C4 | 1B | 0 | D | B | 97 | 34 | 4C |
| Octal | 244 | 342 | 304 | 33 | 0 | 15 | 13 | 227 | 64 | 114 |
| Binary | 10100100 | 11100010 | 11000100 | 11011 | 0 | 1101 | 1011 | 10010111 | 110100 | 1001100 |
Color Harmonies of #A4E2C4
Complementary color
Monochromatic Colors of #A4E2C4
Black with #A4E2C4
Text Example
Text Example
White with #A4E2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2C4; }
p { color: rgb(164,226,196); }
H1.HeaderClassName
{
color: #A4E2C4;
}
.AnyTagClassName
{
color: #A4E2C4;
}
</style>
background-color css
<style>
a { background-color: #A4E2C4; }
a { background-color: rgb(164,226,196); }
div.DivClassName
{
background-color: #A4E2C4;
}
.BgClassName
{
background-color: #A4E2C4;
}
</style>
border-color css
<style>
span { border-color: #A4E2C4; }
span { border-color: rgb(164,226,196); }
td.TdClassName
{
border-color: #A4E2C4;
}
.TagClassName
{
border-color: #A4E2C4;
}
</style>