Shades of Magic Mint #A4FBD9
Tints of Magic Mint #A4FBD9
RGB
CMYK
RGB Variations
Color information
#A4FBD9 (or 0xA4FBD9) is known color: Magic Mint. HEX triplet: A4, FB and D9. RGB value is (164,251,217). Sum of RGB (Red+Green+Blue) = 164+251+217=632 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.95% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBD9 is #5B0426. Grayscale: #DDDDDD. Windows color (decimal): -5964839 or 14285732. OLE color: 14285732.
HSL color Cylindrical-coordinate representation of color #A4FBD9: hue angle of 156.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBD9 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 217 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.02 |
| HSL | 156.55º | 0.92% | 0.81% | - |
| HSV(B) | 156.55º | 0.35% | 0.98% | - |
| XYZ | 62.33 | 81.9 | 78.17 | - |
| YUV | 221.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 217 | 0.35 | 0 | 0.14 | 0.02 | 156.55 | 0.92 | 0.81 |
| Hex | A4 | FB | D9 | 23 | 0 | E | 2 | 9D | 5C | 51 |
| Octal | 244 | 373 | 331 | 43 | 0 | 16 | 2 | 235 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11011001 | 100011 | 0 | 1110 | 10 | 10011101 | 1011100 | 1010001 |
Color Harmonies of #A4FBD9
Complementary color
Monochromatic Colors of #A4FBD9
Black with #A4FBD9
Text Example
Text Example
White with #A4FBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBD9; }
p { color: rgb(164,251,217); }
H1.HeaderClassName
{
color: #A4FBD9;
}
.AnyTagClassName
{
color: #A4FBD9;
}
</style>
background-color css
<style>
a { background-color: #A4FBD9; }
a { background-color: rgb(164,251,217); }
div.DivClassName
{
background-color: #A4FBD9;
}
.BgClassName
{
background-color: #A4FBD9;
}
</style>
border-color css
<style>
span { border-color: #A4FBD9; }
span { border-color: rgb(164,251,217); }
td.TdClassName
{
border-color: #A4FBD9;
}
.TagClassName
{
border-color: #A4FBD9;
}
</style>