Shades of Magic Mint #A4F2CF
Tints of Magic Mint #A4F2CF
RGB
CMYK
RGB Variations
Color information
#A4F2CF (or 0xA4F2CF) is known color: Magic Mint. HEX triplet: A4, F2 and CF. RGB value is (164,242,207). Sum of RGB (Red+Green+Blue) = 164+242+207=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F2CF is #5B0D30. Grayscale: #D6D6D6. Windows color (decimal): -5967153 or 13628068. OLE color: 13628068.
HSL color Cylindrical-coordinate representation of color #A4F2CF: hue angle of 153.08º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F2CF is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 242 | 207 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.05 |
| HSL | 153.08º | 0.75% | 0.8% | - |
| HSV(B) | 153.08º | 0.32% | 0.95% | - |
| XYZ | 58.32 | 75.9 | 70.61 | - |
| YUV | 214.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 242 | 207 | 0.32 | 0 | 0.14 | 0.05 | 153.08 | 0.75 | 0.8 |
| Hex | A4 | F2 | CF | 20 | 0 | E | 5 | 99 | 4B | 50 |
| Octal | 244 | 362 | 317 | 40 | 0 | 16 | 5 | 231 | 113 | 120 |
| Binary | 10100100 | 11110010 | 11001111 | 100000 | 0 | 1110 | 101 | 10011001 | 1001011 | 1010000 |
Color Harmonies of #A4F2CF
Complementary color
Monochromatic Colors of #A4F2CF
Black with #A4F2CF
Text Example
Text Example
White with #A4F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F2CF; }
p { color: rgb(164,242,207); }
H1.HeaderClassName
{
color: #A4F2CF;
}
.AnyTagClassName
{
color: #A4F2CF;
}
</style>
background-color css
<style>
a { background-color: #A4F2CF; }
a { background-color: rgb(164,242,207); }
div.DivClassName
{
background-color: #A4F2CF;
}
.BgClassName
{
background-color: #A4F2CF;
}
</style>
border-color css
<style>
span { border-color: #A4F2CF; }
span { border-color: rgb(164,242,207); }
td.TdClassName
{
border-color: #A4F2CF;
}
.TagClassName
{
border-color: #A4F2CF;
}
</style>