Shades of Magic Mint #A4FFDF
Tints of Magic Mint #A4FFDF
RGB
CMYK
RGB Variations
Color information
#A4FFDF (or 0xA4FFDF) is known color: Magic Mint. HEX triplet: A4, FF and DF. RGB value is (164,255,223). Sum of RGB (Red+Green+Blue) = 164+255+223=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFDF is #5B0020. Grayscale: #E0E0E0. Windows color (decimal): -5963809 or 14679972. OLE color: 14679972.
HSL color Cylindrical-coordinate representation of color #A4FFDF: hue angle of 158.9º 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 #A4FFDF is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 223 | - |
| CMYK | 0.36 | 0 | 0.13 | 0 |
| HSL | 158.9º | 1% | 0.82% | - |
| HSV(B) | 158.9º | 0.36% | 1% | - |
| XYZ | 64.39 | 84.74 | 82.77 | - |
| YUV | 224.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 223 | 0.36 | 0 | 0.13 | 0 | 158.9 | 1 | 0.82 |
| Hex | A4 | FF | DF | 24 | 0 | D | 0 | 9F | 64 | 52 |
| Octal | 244 | 377 | 337 | 44 | 0 | 15 | 0 | 237 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11011111 | 100100 | 0 | 1101 | 0 | 10011111 | 1100100 | 1010010 |
Color Harmonies of #A4FFDF
Complementary color
Monochromatic Colors of #A4FFDF
Black with #A4FFDF
Text Example
Text Example
White with #A4FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFDF; }
p { color: rgb(164,255,223); }
H1.HeaderClassName
{
color: #A4FFDF;
}
.AnyTagClassName
{
color: #A4FFDF;
}
</style>
background-color css
<style>
a { background-color: #A4FFDF; }
a { background-color: rgb(164,255,223); }
div.DivClassName
{
background-color: #A4FFDF;
}
.BgClassName
{
background-color: #A4FFDF;
}
</style>
border-color css
<style>
span { border-color: #A4FFDF; }
span { border-color: rgb(164,255,223); }
td.TdClassName
{
border-color: #A4FFDF;
}
.TagClassName
{
border-color: #A4FFDF;
}
</style>