Shades of Magic Mint #A4F5BF
Tints of Magic Mint #A4F5BF
RGB
CMYK
RGB Variations
Color information
#A4F5BF (or 0xA4F5BF) is known color: Magic Mint. HEX triplet: A4, F5 and BF. RGB value is (164,245,191). Sum of RGB (Red+Green+Blue) = 164+245+191=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #A4F5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F5BF is #5B0A40. Grayscale: #D6D6D6. Windows color (decimal): -5966401 or 12580260. OLE color: 12580260.
HSL color Cylindrical-coordinate representation of color #A4F5BF: hue angle of 140º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F5BF is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 245 | 191 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.04 |
| HSL | 140º | 0.8% | 0.8% | - |
| HSV(B) | 140º | 0.33% | 0.96% | - |
| XYZ | 57.37 | 76.96 | 61.12 | - |
| YUV | 214.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 245 | 191 | 0.33 | 0 | 0.22 | 0.04 | 140 | 0.8 | 0.8 |
| Hex | A4 | F5 | BF | 21 | 0 | 16 | 4 | 8C | 50 | 50 |
| Octal | 244 | 365 | 277 | 41 | 0 | 26 | 4 | 214 | 120 | 120 |
| Binary | 10100100 | 11110101 | 10111111 | 100001 | 0 | 10110 | 100 | 10001100 | 1010000 | 1010000 |
Color Harmonies of #A4F5BF
Complementary color
Monochromatic Colors of #A4F5BF
Black with #A4F5BF
Text Example
Text Example
White with #A4F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F5BF; }
p { color: rgb(164,245,191); }
H1.HeaderClassName
{
color: #A4F5BF;
}
.AnyTagClassName
{
color: #A4F5BF;
}
</style>
background-color css
<style>
a { background-color: #A4F5BF; }
a { background-color: rgb(164,245,191); }
div.DivClassName
{
background-color: #A4F5BF;
}
.BgClassName
{
background-color: #A4F5BF;
}
</style>
border-color css
<style>
span { border-color: #A4F5BF; }
span { border-color: rgb(164,245,191); }
td.TdClassName
{
border-color: #A4F5BF;
}
.TagClassName
{
border-color: #A4F5BF;
}
</style>