Shades of Magic Mint #A4FFDA
Tints of Magic Mint #A4FFDA
RGB
CMYK
RGB Variations
Color information
#A4FFDA (or 0xA4FFDA) is known color: Magic Mint. HEX triplet: A4, FF and DA. RGB value is (164,255,218). Sum of RGB (Red+Green+Blue) = 164+255+218=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFDA is #5B0025. Grayscale: #DFDFDF. Windows color (decimal): -5963814 or 14352292. OLE color: 14352292.
HSL color Cylindrical-coordinate representation of color #A4FFDA: hue angle of 155.6º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFDA is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 218 | - |
| CMYK | 0.36 | 0 | 0.15 | 0 |
| HSL | 155.6º | 1% | 0.82% | - |
| HSV(B) | 155.6º | 0.36% | 1% | - |
| XYZ | 63.72 | 84.47 | 79.28 | - |
| YUV | 223.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 218 | 0.36 | 0 | 0.15 | 0 | 155.6 | 1 | 0.82 |
| Hex | A4 | FF | DA | 24 | 0 | F | 0 | 9C | 64 | 52 |
| Octal | 244 | 377 | 332 | 44 | 0 | 17 | 0 | 234 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11011010 | 100100 | 0 | 1111 | 0 | 10011100 | 1100100 | 1010010 |
Color Harmonies of #A4FFDA
Complementary color
Monochromatic Colors of #A4FFDA
Black with #A4FFDA
Text Example
Text Example
White with #A4FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFDA; }
p { color: rgb(164,255,218); }
H1.HeaderClassName
{
color: #A4FFDA;
}
.AnyTagClassName
{
color: #A4FFDA;
}
</style>
background-color css
<style>
a { background-color: #A4FFDA; }
a { background-color: rgb(164,255,218); }
div.DivClassName
{
background-color: #A4FFDA;
}
.BgClassName
{
background-color: #A4FFDA;
}
</style>
border-color css
<style>
span { border-color: #A4FFDA; }
span { border-color: rgb(164,255,218); }
td.TdClassName
{
border-color: #A4FFDA;
}
.TagClassName
{
border-color: #A4FFDA;
}
</style>