Shades of Magic Mint #A4EBD4
Tints of Magic Mint #A4EBD4
RGB
CMYK
RGB Variations
Color information
#A4EBD4 (or 0xA4EBD4) is known color: Magic Mint. HEX triplet: A4, EB and D4. RGB value is (164,235,212). Sum of RGB (Red+Green+Blue) = 164+235+212=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBD4 is #5B142B. Grayscale: #D3D3D3. Windows color (decimal): -5968940 or 13953956. OLE color: 13953956.
HSL color Cylindrical-coordinate representation of color #A4EBD4: hue angle of 160.56º 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 #A4EBD4 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 212 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.08 |
| HSL | 160.56º | 0.64% | 0.78% | - |
| HSV(B) | 160.56º | 0.3% | 0.92% | - |
| XYZ | 56.9 | 72.06 | 73.2 | - |
| YUV | 211.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 212 | 0.30 | 0 | 0.10 | 0.08 | 160.56 | 0.64 | 0.78 |
| Hex | A4 | EB | D4 | 1E | 0 | A | 8 | A1 | 40 | 4E |
| Octal | 244 | 353 | 324 | 36 | 0 | 12 | 10 | 241 | 100 | 116 |
| Binary | 10100100 | 11101011 | 11010100 | 11110 | 0 | 1010 | 1000 | 10100001 | 1000000 | 1001110 |
Color Harmonies of #A4EBD4
Complementary color
Monochromatic Colors of #A4EBD4
Black with #A4EBD4
Text Example
Text Example
White with #A4EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBD4; }
p { color: rgb(164,235,212); }
H1.HeaderClassName
{
color: #A4EBD4;
}
.AnyTagClassName
{
color: #A4EBD4;
}
</style>
background-color css
<style>
a { background-color: #A4EBD4; }
a { background-color: rgb(164,235,212); }
div.DivClassName
{
background-color: #A4EBD4;
}
.BgClassName
{
background-color: #A4EBD4;
}
</style>
border-color css
<style>
span { border-color: #A4EBD4; }
span { border-color: rgb(164,235,212); }
td.TdClassName
{
border-color: #A4EBD4;
}
.TagClassName
{
border-color: #A4EBD4;
}
</style>