Shades of Magic Mint #A4FFCD
Tints of Magic Mint #A4FFCD
RGB
CMYK
RGB Variations
Color information
#A4FFCD (or 0xA4FFCD) is known color: Magic Mint. HEX triplet: A4, FF and CD. RGB value is (164,255,205). Sum of RGB (Red+Green+Blue) = 164+255+205=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFCD is #5B0032. Grayscale: #DEDEDE. Windows color (decimal): -5963827 or 13500324. OLE color: 13500324.
HSL color Cylindrical-coordinate representation of color #A4FFCD: hue angle of 147.03º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFCD is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 205 | - |
| CMYK | 0.36 | 0 | 0.20 | 0 |
| HSL | 147.03º | 1% | 0.82% | - |
| HSV(B) | 147.03º | 0.36% | 1% | - |
| XYZ | 62.09 | 83.82 | 70.66 | - |
| YUV | 222.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 205 | 0.36 | 0 | 0.20 | 0 | 147.03 | 1 | 0.82 |
| Hex | A4 | FF | CD | 24 | 0 | 14 | 0 | 93 | 64 | 52 |
| Octal | 244 | 377 | 315 | 44 | 0 | 24 | 0 | 223 | 144 | 122 |
| Binary | 10100100 | 11111111 | 11001101 | 100100 | 0 | 10100 | 0 | 10010011 | 1100100 | 1010010 |
Color Harmonies of #A4FFCD
Complementary color
Monochromatic Colors of #A4FFCD
Black with #A4FFCD
Text Example
Text Example
White with #A4FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFCD; }
p { color: rgb(164,255,205); }
H1.HeaderClassName
{
color: #A4FFCD;
}
.AnyTagClassName
{
color: #A4FFCD;
}
</style>
background-color css
<style>
a { background-color: #A4FFCD; }
a { background-color: rgb(164,255,205); }
div.DivClassName
{
background-color: #A4FFCD;
}
.BgClassName
{
background-color: #A4FFCD;
}
</style>
border-color css
<style>
span { border-color: #A4FFCD; }
span { border-color: rgb(164,255,205); }
td.TdClassName
{
border-color: #A4FFCD;
}
.TagClassName
{
border-color: #A4FFCD;
}
</style>