Shades of Magic Mint #A4FCDE
Tints of Magic Mint #A4FCDE
RGB
CMYK
RGB Variations
Color information
#A4FCDE (or 0xA4FCDE) is known color: Magic Mint. HEX triplet: A4, FC and DE. RGB value is (164,252,222). Sum of RGB (Red+Green+Blue) = 164+252+222=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCDE is #5B0321. Grayscale: #DEDEDE. Windows color (decimal): -5964578 or 14613668. OLE color: 14613668.
HSL color Cylindrical-coordinate representation of color #A4FCDE: hue angle of 159.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCDE is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 222 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.01 |
| HSL | 159.55º | 0.94% | 0.82% | - |
| HSV(B) | 159.55º | 0.35% | 0.99% | - |
| XYZ | 63.31 | 82.79 | 81.75 | - |
| YUV | 222.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 222 | 0.35 | 0 | 0.12 | 0.01 | 159.55 | 0.94 | 0.82 |
| Hex | A4 | FC | DE | 23 | 0 | C | 1 | A0 | 5E | 52 |
| Octal | 244 | 374 | 336 | 43 | 0 | 14 | 1 | 240 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11011110 | 100011 | 0 | 1100 | 1 | 10100000 | 1011110 | 1010010 |
Color Harmonies of #A4FCDE
Complementary color
Monochromatic Colors of #A4FCDE
Black with #A4FCDE
Text Example
Text Example
White with #A4FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCDE; }
p { color: rgb(164,252,222); }
H1.HeaderClassName
{
color: #A4FCDE;
}
.AnyTagClassName
{
color: #A4FCDE;
}
</style>
background-color css
<style>
a { background-color: #A4FCDE; }
a { background-color: rgb(164,252,222); }
div.DivClassName
{
background-color: #A4FCDE;
}
.BgClassName
{
background-color: #A4FCDE;
}
</style>
border-color css
<style>
span { border-color: #A4FCDE; }
span { border-color: rgb(164,252,222); }
td.TdClassName
{
border-color: #A4FCDE;
}
.TagClassName
{
border-color: #A4FCDE;
}
</style>