Shades of Magic Mint #A4EBCC
Tints of Magic Mint #A4EBCC
RGB
CMYK
RGB Variations
Color information
#A4EBCC (or 0xA4EBCC) is known color: Magic Mint. HEX triplet: A4, EB and CC. RGB value is (164,235,204). Sum of RGB (Red+Green+Blue) = 164+235+204=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBCC is #5B1433. Grayscale: #D2D2D2. Windows color (decimal): -5968948 or 13429668. OLE color: 13429668.
HSL color Cylindrical-coordinate representation of color #A4EBCC: hue angle of 153.8º degrees, saturation: 0.64, 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 #A4EBCC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 204 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.08 |
| HSL | 153.8º | 0.64% | 0.78% | - |
| HSV(B) | 153.8º | 0.3% | 0.92% | - |
| XYZ | 55.92 | 71.67 | 68.01 | - |
| YUV | 210.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 204 | 0.30 | 0 | 0.13 | 0.08 | 153.8 | 0.64 | 0.78 |
| Hex | A4 | EB | CC | 1E | 0 | D | 8 | 9A | 40 | 4E |
| Octal | 244 | 353 | 314 | 36 | 0 | 15 | 10 | 232 | 100 | 116 |
| Binary | 10100100 | 11101011 | 11001100 | 11110 | 0 | 1101 | 1000 | 10011010 | 1000000 | 1001110 |
Color Harmonies of #A4EBCC
Complementary color
Monochromatic Colors of #A4EBCC
Black with #A4EBCC
Text Example
Text Example
White with #A4EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBCC; }
p { color: rgb(164,235,204); }
H1.HeaderClassName
{
color: #A4EBCC;
}
.AnyTagClassName
{
color: #A4EBCC;
}
</style>
background-color css
<style>
a { background-color: #A4EBCC; }
a { background-color: rgb(164,235,204); }
div.DivClassName
{
background-color: #A4EBCC;
}
.BgClassName
{
background-color: #A4EBCC;
}
</style>
border-color css
<style>
span { border-color: #A4EBCC; }
span { border-color: rgb(164,235,204); }
td.TdClassName
{
border-color: #A4EBCC;
}
.TagClassName
{
border-color: #A4EBCC;
}
</style>