Shades of Magic Mint #A4FCD4
Tints of Magic Mint #A4FCD4
RGB
CMYK
RGB Variations
Color information
#A4FCD4 (or 0xA4FCD4) is known color: Magic Mint. HEX triplet: A4, FC and D4. RGB value is (164,252,212). Sum of RGB (Red+Green+Blue) = 164+252+212=628 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.11% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCD4 is #5B032B. Grayscale: #DDDDDD. Windows color (decimal): -5964588 or 13958308. OLE color: 13958308.
HSL color Cylindrical-coordinate representation of color #A4FCD4: hue angle of 152.73º 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 #A4FCD4 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 212 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.01 |
| HSL | 152.73º | 0.94% | 0.82% | - |
| HSV(B) | 152.73º | 0.35% | 0.99% | - |
| XYZ | 62 | 82.27 | 74.9 | - |
| YUV | 221.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 212 | 0.35 | 0 | 0.16 | 0.01 | 152.73 | 0.94 | 0.82 |
| Hex | A4 | FC | D4 | 23 | 0 | 10 | 1 | 99 | 5E | 52 |
| Octal | 244 | 374 | 324 | 43 | 0 | 20 | 1 | 231 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11010100 | 100011 | 0 | 10000 | 1 | 10011001 | 1011110 | 1010010 |
Color Harmonies of #A4FCD4
Complementary color
Monochromatic Colors of #A4FCD4
Black with #A4FCD4
Text Example
Text Example
White with #A4FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCD4; }
p { color: rgb(164,252,212); }
H1.HeaderClassName
{
color: #A4FCD4;
}
.AnyTagClassName
{
color: #A4FCD4;
}
</style>
background-color css
<style>
a { background-color: #A4FCD4; }
a { background-color: rgb(164,252,212); }
div.DivClassName
{
background-color: #A4FCD4;
}
.BgClassName
{
background-color: #A4FCD4;
}
</style>
border-color css
<style>
span { border-color: #A4FCD4; }
span { border-color: rgb(164,252,212); }
td.TdClassName
{
border-color: #A4FCD4;
}
.TagClassName
{
border-color: #A4FCD4;
}
</style>