Shades of Magic Mint #A4FCD5
Tints of Magic Mint #A4FCD5
RGB
CMYK
RGB Variations
Color information
#A4FCD5 (or 0xA4FCD5) is known color: Magic Mint. HEX triplet: A4, FC and D5. RGB value is (164,252,213). Sum of RGB (Red+Green+Blue) = 164+252+213=629 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.07% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCD5 is #5B032A. Grayscale: #DDDDDD. Windows color (decimal): -5964587 or 14023844. OLE color: 14023844.
HSL color Cylindrical-coordinate representation of color #A4FCD5: hue angle of 153.41º 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 #A4FCD5 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 213 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.01 |
| HSL | 153.41º | 0.94% | 0.82% | - |
| HSV(B) | 153.41º | 0.35% | 0.99% | - |
| XYZ | 62.13 | 82.32 | 75.57 | - |
| YUV | 221.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 213 | 0.35 | 0 | 0.15 | 0.01 | 153.41 | 0.94 | 0.82 |
| Hex | A4 | FC | D5 | 23 | 0 | F | 1 | 99 | 5E | 52 |
| Octal | 244 | 374 | 325 | 43 | 0 | 17 | 1 | 231 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11010101 | 100011 | 0 | 1111 | 1 | 10011001 | 1011110 | 1010010 |
Color Harmonies of #A4FCD5
Complementary color
Monochromatic Colors of #A4FCD5
Black with #A4FCD5
Text Example
Text Example
White with #A4FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCD5; }
p { color: rgb(164,252,213); }
H1.HeaderClassName
{
color: #A4FCD5;
}
.AnyTagClassName
{
color: #A4FCD5;
}
</style>
background-color css
<style>
a { background-color: #A4FCD5; }
a { background-color: rgb(164,252,213); }
div.DivClassName
{
background-color: #A4FCD5;
}
.BgClassName
{
background-color: #A4FCD5;
}
</style>
border-color css
<style>
span { border-color: #A4FCD5; }
span { border-color: rgb(164,252,213); }
td.TdClassName
{
border-color: #A4FCD5;
}
.TagClassName
{
border-color: #A4FCD5;
}
</style>