Shades of Magic Mint #A4FADF
Tints of Magic Mint #A4FADF
RGB
CMYK
RGB Variations
Color information
#A4FADF (or 0xA4FADF) is known color: Magic Mint. HEX triplet: A4, FA and DF. RGB value is (164,250,223). Sum of RGB (Red+Green+Blue) = 164+250+223=637 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.75% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FADF is #5B0520. Grayscale: #DDDDDD. Windows color (decimal): -5965089 or 14678692. OLE color: 14678692.
HSL color Cylindrical-coordinate representation of color #A4FADF: hue angle of 161.16º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FADF is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 223 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.02 |
| HSL | 161.16º | 0.9% | 0.81% | - |
| HSV(B) | 161.16º | 0.34% | 0.98% | - |
| XYZ | 62.81 | 81.59 | 82.25 | - |
| YUV | 221.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 223 | 0.34 | 0 | 0.11 | 0.02 | 161.16 | 0.9 | 0.81 |
| Hex | A4 | FA | DF | 22 | 0 | B | 2 | A1 | 5A | 51 |
| Octal | 244 | 372 | 337 | 42 | 0 | 13 | 2 | 241 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11011111 | 100010 | 0 | 1011 | 10 | 10100001 | 1011010 | 1010001 |
Color Harmonies of #A4FADF
Complementary color
Monochromatic Colors of #A4FADF
Black with #A4FADF
Text Example
Text Example
White with #A4FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FADF; }
p { color: rgb(164,250,223); }
H1.HeaderClassName
{
color: #A4FADF;
}
.AnyTagClassName
{
color: #A4FADF;
}
</style>
background-color css
<style>
a { background-color: #A4FADF; }
a { background-color: rgb(164,250,223); }
div.DivClassName
{
background-color: #A4FADF;
}
.BgClassName
{
background-color: #A4FADF;
}
</style>
border-color css
<style>
span { border-color: #A4FADF; }
span { border-color: rgb(164,250,223); }
td.TdClassName
{
border-color: #A4FADF;
}
.TagClassName
{
border-color: #A4FADF;
}
</style>