Shades of Magic Mint #A4F7DC
Tints of Magic Mint #A4F7DC
RGB
CMYK
RGB Variations
Color information
#A4F7DC (or 0xA4F7DC) is known color: Magic Mint. HEX triplet: A4, F7 and DC. RGB value is (164,247,220). Sum of RGB (Red+Green+Blue) = 164+247+220=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F7DC is #5B0823. Grayscale: #DBDBDB. Windows color (decimal): -5965860 or 14481316. OLE color: 14481316.
HSL color Cylindrical-coordinate representation of color #A4F7DC: hue angle of 160.48º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F7DC is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 247 | 220 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.03 |
| HSL | 160.48º | 0.84% | 0.81% | - |
| HSV(B) | 160.48º | 0.34% | 0.97% | - |
| XYZ | 61.49 | 79.58 | 79.83 | - |
| YUV | 219.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 220 | 0.34 | 0 | 0.11 | 0.03 | 160.48 | 0.84 | 0.81 |
| Hex | A4 | F7 | DC | 22 | 0 | B | 3 | A0 | 54 | 51 |
| Octal | 244 | 367 | 334 | 42 | 0 | 13 | 3 | 240 | 124 | 121 |
| Binary | 10100100 | 11110111 | 11011100 | 100010 | 0 | 1011 | 11 | 10100000 | 1010100 | 1010001 |
Color Harmonies of #A4F7DC
Complementary color
Monochromatic Colors of #A4F7DC
Black with #A4F7DC
Text Example
Text Example
White with #A4F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F7DC; }
p { color: rgb(164,247,220); }
H1.HeaderClassName
{
color: #A4F7DC;
}
.AnyTagClassName
{
color: #A4F7DC;
}
</style>
background-color css
<style>
a { background-color: #A4F7DC; }
a { background-color: rgb(164,247,220); }
div.DivClassName
{
background-color: #A4F7DC;
}
.BgClassName
{
background-color: #A4F7DC;
}
</style>
border-color css
<style>
span { border-color: #A4F7DC; }
span { border-color: rgb(164,247,220); }
td.TdClassName
{
border-color: #A4F7DC;
}
.TagClassName
{
border-color: #A4F7DC;
}
</style>