Shades of Magic Mint #A4F9D3
Tints of Magic Mint #A4F9D3
RGB
CMYK
RGB Variations
Color information
#A4F9D3 (or 0xA4F9D3) is known color: Magic Mint. HEX triplet: A4, F9 and D3. RGB value is (164,249,211). Sum of RGB (Red+Green+Blue) = 164+249+211=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F9D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F9D3 is #5B062C. Grayscale: #DBDBDB. Windows color (decimal): -5965357 or 13892004. OLE color: 13892004.
HSL color Cylindrical-coordinate representation of color #A4F9D3: hue angle of 153.18º 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 #A4F9D3 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 211 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.02 |
| HSL | 153.18º | 0.88% | 0.81% | - |
| HSV(B) | 153.18º | 0.34% | 0.98% | - |
| XYZ | 60.94 | 80.35 | 73.92 | - |
| YUV | 219.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 211 | 0.34 | 0 | 0.15 | 0.02 | 153.18 | 0.88 | 0.81 |
| Hex | A4 | F9 | D3 | 22 | 0 | F | 2 | 99 | 58 | 51 |
| Octal | 244 | 371 | 323 | 42 | 0 | 17 | 2 | 231 | 130 | 121 |
| Binary | 10100100 | 11111001 | 11010011 | 100010 | 0 | 1111 | 10 | 10011001 | 1011000 | 1010001 |
Color Harmonies of #A4F9D3
Complementary color
Monochromatic Colors of #A4F9D3
Black with #A4F9D3
Text Example
Text Example
White with #A4F9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F9D3; }
p { color: rgb(164,249,211); }
H1.HeaderClassName
{
color: #A4F9D3;
}
.AnyTagClassName
{
color: #A4F9D3;
}
</style>
background-color css
<style>
a { background-color: #A4F9D3; }
a { background-color: rgb(164,249,211); }
div.DivClassName
{
background-color: #A4F9D3;
}
.BgClassName
{
background-color: #A4F9D3;
}
</style>
border-color css
<style>
span { border-color: #A4F9D3; }
span { border-color: rgb(164,249,211); }
td.TdClassName
{
border-color: #A4F9D3;
}
.TagClassName
{
border-color: #A4F9D3;
}
</style>