Shades of Magic Mint #A4E5C2
Tints of Magic Mint #A4E5C2
RGB
CMYK
RGB Variations
Color information
#A4E5C2 (or 0xA4E5C2) is known color: Magic Mint. HEX triplet: A4, E5 and C2. RGB value is (164,229,194). Sum of RGB (Red+Green+Blue) = 164+229+194=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5C2 is #5B1A3D. Grayscale: #CDCDCD. Windows color (decimal): -5970494 or 12772772. OLE color: 12772772.
HSL color Cylindrical-coordinate representation of color #A4E5C2: hue angle of 147.69º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5C2 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 194 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.10 |
| HSL | 147.69º | 0.56% | 0.77% | - |
| HSV(B) | 147.69º | 0.28% | 0.9% | - |
| XYZ | 53.07 | 67.83 | 61.33 | - |
| YUV | 205.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 194 | 0.28 | 0 | 0.15 | 0.10 | 147.69 | 0.56 | 0.77 |
| Hex | A4 | E5 | C2 | 1C | 0 | F | A | 94 | 38 | 4D |
| Octal | 244 | 345 | 302 | 34 | 0 | 17 | 12 | 224 | 70 | 115 |
| Binary | 10100100 | 11100101 | 11000010 | 11100 | 0 | 1111 | 1010 | 10010100 | 111000 | 1001101 |
Color Harmonies of #A4E5C2
Complementary color
Monochromatic Colors of #A4E5C2
Black with #A4E5C2
Text Example
Text Example
White with #A4E5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5C2; }
p { color: rgb(164,229,194); }
H1.HeaderClassName
{
color: #A4E5C2;
}
.AnyTagClassName
{
color: #A4E5C2;
}
</style>
background-color css
<style>
a { background-color: #A4E5C2; }
a { background-color: rgb(164,229,194); }
div.DivClassName
{
background-color: #A4E5C2;
}
.BgClassName
{
background-color: #A4E5C2;
}
</style>
border-color css
<style>
span { border-color: #A4E5C2; }
span { border-color: rgb(164,229,194); }
td.TdClassName
{
border-color: #A4E5C2;
}
.TagClassName
{
border-color: #A4E5C2;
}
</style>