Shades of Magic Mint #A4F9DD
Tints of Magic Mint #A4F9DD
RGB
CMYK
RGB Variations
Color information
#A4F9DD (or 0xA4F9DD) is known color: Magic Mint. HEX triplet: A4, F9 and DD. RGB value is (164,249,221). Sum of RGB (Red+Green+Blue) = 164+249+221=634 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.87% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F9DD is #5B0622. Grayscale: #DCDCDC. Windows color (decimal): -5965347 or 14547364. OLE color: 14547364.
HSL color Cylindrical-coordinate representation of color #A4F9DD: hue angle of 160.24º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F9DD is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 221 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.02 |
| HSL | 160.24º | 0.88% | 0.81% | - |
| HSV(B) | 160.24º | 0.34% | 0.98% | - |
| XYZ | 62.24 | 80.86 | 80.73 | - |
| YUV | 220.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 221 | 0.34 | 0 | 0.11 | 0.02 | 160.24 | 0.88 | 0.81 |
| Hex | A4 | F9 | DD | 22 | 0 | B | 2 | A0 | 58 | 51 |
| Octal | 244 | 371 | 335 | 42 | 0 | 13 | 2 | 240 | 130 | 121 |
| Binary | 10100100 | 11111001 | 11011101 | 100010 | 0 | 1011 | 10 | 10100000 | 1011000 | 1010001 |
Color Harmonies of #A4F9DD
Complementary color
Monochromatic Colors of #A4F9DD
Black with #A4F9DD
Text Example
Text Example
White with #A4F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F9DD; }
p { color: rgb(164,249,221); }
H1.HeaderClassName
{
color: #A4F9DD;
}
.AnyTagClassName
{
color: #A4F9DD;
}
</style>
background-color css
<style>
a { background-color: #A4F9DD; }
a { background-color: rgb(164,249,221); }
div.DivClassName
{
background-color: #A4F9DD;
}
.BgClassName
{
background-color: #A4F9DD;
}
</style>
border-color css
<style>
span { border-color: #A4F9DD; }
span { border-color: rgb(164,249,221); }
td.TdClassName
{
border-color: #A4F9DD;
}
.TagClassName
{
border-color: #A4F9DD;
}
</style>