Shades of Magic Mint #A4FAE0
Tints of Magic Mint #A4FAE0
RGB
CMYK
RGB Variations
Color information
#A4FAE0 (or 0xA4FAE0) is known color: Magic Mint. HEX triplet: A4, FA and E0. RGB value is (164,250,224). Sum of RGB (Red+Green+Blue) = 164+250+224=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FAE0 is #5B051F. Grayscale: #DDDDDD. Windows color (decimal): -5965088 or 14744228. OLE color: 14744228.
HSL color Cylindrical-coordinate representation of color #A4FAE0: hue angle of 161.86º 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 #A4FAE0 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 224 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.02 |
| HSL | 161.86º | 0.9% | 0.81% | - |
| HSV(B) | 161.86º | 0.34% | 0.98% | - |
| XYZ | 62.95 | 81.65 | 82.96 | - |
| YUV | 221.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 224 | 0.34 | 0 | 0.10 | 0.02 | 161.86 | 0.9 | 0.81 |
| Hex | A4 | FA | E0 | 22 | 0 | A | 2 | A2 | 5A | 51 |
| Octal | 244 | 372 | 340 | 42 | 0 | 12 | 2 | 242 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11100000 | 100010 | 0 | 1010 | 10 | 10100010 | 1011010 | 1010001 |
Color Harmonies of #A4FAE0
Complementary color
Monochromatic Colors of #A4FAE0
Black with #A4FAE0
Text Example
Text Example
White with #A4FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAE0; }
p { color: rgb(164,250,224); }
H1.HeaderClassName
{
color: #A4FAE0;
}
.AnyTagClassName
{
color: #A4FAE0;
}
</style>
background-color css
<style>
a { background-color: #A4FAE0; }
a { background-color: rgb(164,250,224); }
div.DivClassName
{
background-color: #A4FAE0;
}
.BgClassName
{
background-color: #A4FAE0;
}
</style>
border-color css
<style>
span { border-color: #A4FAE0; }
span { border-color: rgb(164,250,224); }
td.TdClassName
{
border-color: #A4FAE0;
}
.TagClassName
{
border-color: #A4FAE0;
}
</style>