Shades of Magic Mint #A4E8C9
Tints of Magic Mint #A4E8C9
RGB
CMYK
RGB Variations
Color information
#A4E8C9 (or 0xA4E8C9) is known color: Magic Mint. HEX triplet: A4, E8 and C9. RGB value is (164,232,201). Sum of RGB (Red+Green+Blue) = 164+232+201=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8C9 is #5B1736. Grayscale: #D0D0D0. Windows color (decimal): -5969719 or 13232292. OLE color: 13232292.
HSL color Cylindrical-coordinate representation of color #A4E8C9: hue angle of 152.65º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8C9 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 232 | 201 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.09 |
| HSL | 152.65º | 0.6% | 0.78% | - |
| HSV(B) | 152.65º | 0.29% | 0.91% | - |
| XYZ | 54.71 | 69.82 | 65.85 | - |
| YUV | 208.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 201 | 0.29 | 0 | 0.13 | 0.09 | 152.65 | 0.6 | 0.78 |
| Hex | A4 | E8 | C9 | 1D | 0 | D | 9 | 99 | 3C | 4E |
| Octal | 244 | 350 | 311 | 35 | 0 | 15 | 11 | 231 | 74 | 116 |
| Binary | 10100100 | 11101000 | 11001001 | 11101 | 0 | 1101 | 1001 | 10011001 | 111100 | 1001110 |
Color Harmonies of #A4E8C9
Complementary color
Monochromatic Colors of #A4E8C9
Black with #A4E8C9
Text Example
Text Example
White with #A4E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E8C9; }
p { color: rgb(164,232,201); }
H1.HeaderClassName
{
color: #A4E8C9;
}
.AnyTagClassName
{
color: #A4E8C9;
}
</style>
background-color css
<style>
a { background-color: #A4E8C9; }
a { background-color: rgb(164,232,201); }
div.DivClassName
{
background-color: #A4E8C9;
}
.BgClassName
{
background-color: #A4E8C9;
}
</style>
border-color css
<style>
span { border-color: #A4E8C9; }
span { border-color: rgb(164,232,201); }
td.TdClassName
{
border-color: #A4E8C9;
}
.TagClassName
{
border-color: #A4E8C9;
}
</style>