Shades of Magic Mint #A4FDCD
Tints of Magic Mint #A4FDCD
RGB
CMYK
RGB Variations
Color information
#A4FDCD (or 0xA4FDCD) is known color: Magic Mint. HEX triplet: A4, FD and CD. RGB value is (164,253,205). Sum of RGB (Red+Green+Blue) = 164+253+205=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDCD is #5B0232. Grayscale: #DDDDDD. Windows color (decimal): -5964339 or 13499812. OLE color: 13499812.
HSL color Cylindrical-coordinate representation of color #A4FDCD: hue angle of 147.64º degrees, saturation: 0.96, 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 #A4FDCD is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 253 | 205 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.01 |
| HSL | 147.64º | 0.96% | 0.82% | - |
| HSV(B) | 147.64º | 0.35% | 0.99% | - |
| XYZ | 61.45 | 82.55 | 70.45 | - |
| YUV | 220.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 253 | 205 | 0.35 | 0 | 0.19 | 0.01 | 147.64 | 0.96 | 0.82 |
| Hex | A4 | FD | CD | 23 | 0 | 13 | 1 | 94 | 60 | 52 |
| Octal | 244 | 375 | 315 | 43 | 0 | 23 | 1 | 224 | 140 | 122 |
| Binary | 10100100 | 11111101 | 11001101 | 100011 | 0 | 10011 | 1 | 10010100 | 1100000 | 1010010 |
Color Harmonies of #A4FDCD
Complementary color
Monochromatic Colors of #A4FDCD
Black with #A4FDCD
Text Example
Text Example
White with #A4FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FDCD; }
p { color: rgb(164,253,205); }
H1.HeaderClassName
{
color: #A4FDCD;
}
.AnyTagClassName
{
color: #A4FDCD;
}
</style>
background-color css
<style>
a { background-color: #A4FDCD; }
a { background-color: rgb(164,253,205); }
div.DivClassName
{
background-color: #A4FDCD;
}
.BgClassName
{
background-color: #A4FDCD;
}
</style>
border-color css
<style>
span { border-color: #A4FDCD; }
span { border-color: rgb(164,253,205); }
td.TdClassName
{
border-color: #A4FDCD;
}
.TagClassName
{
border-color: #A4FDCD;
}
</style>