Shades of Magic Mint #A4FDDD
Tints of Magic Mint #A4FDDD
RGB
CMYK
RGB Variations
Color information
#A4FDDD (or 0xA4FDDD) is known color: Magic Mint. HEX triplet: A4, FD and DD. RGB value is (164,253,221). Sum of RGB (Red+Green+Blue) = 164+253+221=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FDDD is #5B0222. Grayscale: #DEDEDE. Windows color (decimal): -5964323 or 14548388. OLE color: 14548388.
HSL color Cylindrical-coordinate representation of color #A4FDDD: hue angle of 158.43º 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 #A4FDDD is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 253 | 221 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.01 |
| HSL | 158.43º | 0.96% | 0.82% | - |
| HSV(B) | 158.43º | 0.35% | 0.99% | - |
| XYZ | 63.49 | 83.36 | 81.15 | - |
| YUV | 222.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 253 | 221 | 0.35 | 0 | 0.13 | 0.01 | 158.43 | 0.96 | 0.82 |
| Hex | A4 | FD | DD | 23 | 0 | D | 1 | 9E | 60 | 52 |
| Octal | 244 | 375 | 335 | 43 | 0 | 15 | 1 | 236 | 140 | 122 |
| Binary | 10100100 | 11111101 | 11011101 | 100011 | 0 | 1101 | 1 | 10011110 | 1100000 | 1010010 |
Color Harmonies of #A4FDDD
Complementary color
Monochromatic Colors of #A4FDDD
Black with #A4FDDD
Text Example
Text Example
White with #A4FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FDDD; }
p { color: rgb(164,253,221); }
H1.HeaderClassName
{
color: #A4FDDD;
}
.AnyTagClassName
{
color: #A4FDDD;
}
</style>
background-color css
<style>
a { background-color: #A4FDDD; }
a { background-color: rgb(164,253,221); }
div.DivClassName
{
background-color: #A4FDDD;
}
.BgClassName
{
background-color: #A4FDDD;
}
</style>
border-color css
<style>
span { border-color: #A4FDDD; }
span { border-color: rgb(164,253,221); }
td.TdClassName
{
border-color: #A4FDDD;
}
.TagClassName
{
border-color: #A4FDDD;
}
</style>