Shades of Magic Mint #A4EACB
Tints of Magic Mint #A4EACB
RGB
CMYK
RGB Variations
Color information
#A4EACB (or 0xA4EACB) is known color: Magic Mint. HEX triplet: A4, EA and CB. RGB value is (164,234,203). Sum of RGB (Red+Green+Blue) = 164+234+203=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EACB is #5B1534. Grayscale: #D1D1D1. Windows color (decimal): -5969205 or 13363876. OLE color: 13363876.
HSL color Cylindrical-coordinate representation of color #A4EACB: hue angle of 153.43º 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 #A4EACB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 203 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.08 |
| HSL | 153.43º | 0.63% | 0.78% | - |
| HSV(B) | 153.43º | 0.3% | 0.92% | - |
| XYZ | 55.51 | 71.05 | 67.29 | - |
| YUV | 209.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 203 | 0.30 | 0 | 0.13 | 0.08 | 153.43 | 0.63 | 0.78 |
| Hex | A4 | EA | CB | 1E | 0 | D | 8 | 99 | 3E | 4E |
| Octal | 244 | 352 | 313 | 36 | 0 | 15 | 10 | 231 | 76 | 116 |
| Binary | 10100100 | 11101010 | 11001011 | 11110 | 0 | 1101 | 1000 | 10011001 | 111110 | 1001110 |
Color Harmonies of #A4EACB
Complementary color
Monochromatic Colors of #A4EACB
Black with #A4EACB
Text Example
Text Example
White with #A4EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EACB; }
p { color: rgb(164,234,203); }
H1.HeaderClassName
{
color: #A4EACB;
}
.AnyTagClassName
{
color: #A4EACB;
}
</style>
background-color css
<style>
a { background-color: #A4EACB; }
a { background-color: rgb(164,234,203); }
div.DivClassName
{
background-color: #A4EACB;
}
.BgClassName
{
background-color: #A4EACB;
}
</style>
border-color css
<style>
span { border-color: #A4EACB; }
span { border-color: rgb(164,234,203); }
td.TdClassName
{
border-color: #A4EACB;
}
.TagClassName
{
border-color: #A4EACB;
}
</style>