Shades of Magic Mint #A4FCD1
Tints of Magic Mint #A4FCD1
RGB
CMYK
RGB Variations
Color information
#A4FCD1 (or 0xA4FCD1) is known color: Magic Mint. HEX triplet: A4, FC and D1. RGB value is (164,252,209). Sum of RGB (Red+Green+Blue) = 164+252+209=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCD1 is #5B032E. Grayscale: #DCDCDC. Windows color (decimal): -5964591 or 13761700. OLE color: 13761700.
HSL color Cylindrical-coordinate representation of color #A4FCD1: hue angle of 150.68º 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 #A4FCD1 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 209 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.01 |
| HSL | 150.68º | 0.94% | 0.82% | - |
| HSV(B) | 150.68º | 0.35% | 0.99% | - |
| XYZ | 61.63 | 82.12 | 72.92 | - |
| YUV | 220.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 209 | 0.35 | 0 | 0.17 | 0.01 | 150.68 | 0.94 | 0.82 |
| Hex | A4 | FC | D1 | 23 | 0 | 11 | 1 | 97 | 5E | 52 |
| Octal | 244 | 374 | 321 | 43 | 0 | 21 | 1 | 227 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11010001 | 100011 | 0 | 10001 | 1 | 10010111 | 1011110 | 1010010 |
Color Harmonies of #A4FCD1
Complementary color
Monochromatic Colors of #A4FCD1
Black with #A4FCD1
Text Example
Text Example
White with #A4FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCD1; }
p { color: rgb(164,252,209); }
H1.HeaderClassName
{
color: #A4FCD1;
}
.AnyTagClassName
{
color: #A4FCD1;
}
</style>
background-color css
<style>
a { background-color: #A4FCD1; }
a { background-color: rgb(164,252,209); }
div.DivClassName
{
background-color: #A4FCD1;
}
.BgClassName
{
background-color: #A4FCD1;
}
</style>
border-color css
<style>
span { border-color: #A4FCD1; }
span { border-color: rgb(164,252,209); }
td.TdClassName
{
border-color: #A4FCD1;
}
.TagClassName
{
border-color: #A4FCD1;
}
</style>