Shades of Magic Mint #A4EACA
Tints of Magic Mint #A4EACA
RGB
CMYK
RGB Variations
Color information
#A4EACA (or 0xA4EACA) is known color: Magic Mint. HEX triplet: A4, EA and CA. RGB value is (164,234,202). Sum of RGB (Red+Green+Blue) = 164+234+202=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACA is #5B1535. Grayscale: #D1D1D1. Windows color (decimal): -5969206 or 13298340. OLE color: 13298340.
HSL color Cylindrical-coordinate representation of color #A4EACA: hue angle of 152.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EACA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 202 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.08 |
| HSL | 152.57º | 0.63% | 0.78% | - |
| HSV(B) | 152.57º | 0.3% | 0.92% | - |
| XYZ | 55.39 | 71 | 66.66 | - |
| YUV | 209.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 202 | 0.30 | 0 | 0.14 | 0.08 | 152.57 | 0.63 | 0.78 |
| Hex | A4 | EA | CA | 1E | 0 | E | 8 | 99 | 3E | 4E |
| Octal | 244 | 352 | 312 | 36 | 0 | 16 | 10 | 231 | 76 | 116 |
| Binary | 10100100 | 11101010 | 11001010 | 11110 | 0 | 1110 | 1000 | 10011001 | 111110 | 1001110 |
Color Harmonies of #A4EACA
Complementary color
Monochromatic Colors of #A4EACA
Black with #A4EACA
Text Example
Text Example
White with #A4EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EACA; }
p { color: rgb(164,234,202); }
H1.HeaderClassName
{
color: #A4EACA;
}
.AnyTagClassName
{
color: #A4EACA;
}
</style>
background-color css
<style>
a { background-color: #A4EACA; }
a { background-color: rgb(164,234,202); }
div.DivClassName
{
background-color: #A4EACA;
}
.BgClassName
{
background-color: #A4EACA;
}
</style>
border-color css
<style>
span { border-color: #A4EACA; }
span { border-color: rgb(164,234,202); }
td.TdClassName
{
border-color: #A4EACA;
}
.TagClassName
{
border-color: #A4EACA;
}
</style>