Shades of Magic Mint #A4ECCC
Tints of Magic Mint #A4ECCC
RGB
CMYK
RGB Variations
Color information
#A4ECCC (or 0xA4ECCC) is known color: Magic Mint. HEX triplet: A4, EC and CC. RGB value is (164,236,204). Sum of RGB (Red+Green+Blue) = 164+236+204=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECCC is #5B1333. Grayscale: #D2D2D2. Windows color (decimal): -5968692 or 13429924. OLE color: 13429924.
HSL color Cylindrical-coordinate representation of color #A4ECCC: hue angle of 153.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECCC is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 204 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.07 |
| HSL | 153.33º | 0.65% | 0.78% | - |
| HSV(B) | 153.33º | 0.31% | 0.93% | - |
| XYZ | 56.2 | 72.24 | 68.11 | - |
| YUV | 210.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 204 | 0.31 | 0 | 0.14 | 0.07 | 153.33 | 0.65 | 0.78 |
| Hex | A4 | EC | CC | 1F | 0 | E | 7 | 99 | 41 | 4E |
| Octal | 244 | 354 | 314 | 37 | 0 | 16 | 7 | 231 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11001100 | 11111 | 0 | 1110 | 111 | 10011001 | 1000001 | 1001110 |
Color Harmonies of #A4ECCC
Complementary color
Monochromatic Colors of #A4ECCC
Black with #A4ECCC
Text Example
Text Example
White with #A4ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECCC; }
p { color: rgb(164,236,204); }
H1.HeaderClassName
{
color: #A4ECCC;
}
.AnyTagClassName
{
color: #A4ECCC;
}
</style>
background-color css
<style>
a { background-color: #A4ECCC; }
a { background-color: rgb(164,236,204); }
div.DivClassName
{
background-color: #A4ECCC;
}
.BgClassName
{
background-color: #A4ECCC;
}
</style>
border-color css
<style>
span { border-color: #A4ECCC; }
span { border-color: rgb(164,236,204); }
td.TdClassName
{
border-color: #A4ECCC;
}
.TagClassName
{
border-color: #A4ECCC;
}
</style>