Shades of Magic Mint #A9F0CF
Tints of Magic Mint #A9F0CF
RGB
CMYK
RGB Variations
Color information
#A9F0CF (or 0xA9F0CF) is known color: Magic Mint. HEX triplet: A9, F0 and CF. RGB value is (169,240,207). Sum of RGB (Red+Green+Blue) = 169+240+207=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0CF is #560F30. Grayscale: #D7D7D7. Windows color (decimal): -5639985 or 13627561. OLE color: 13627561.
HSL color Cylindrical-coordinate representation of color #A9F0CF: hue angle of 152.11º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0CF is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 207 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.06 |
| HSL | 152.11º | 0.7% | 0.8% | - |
| HSV(B) | 152.11º | 0.3% | 0.94% | - |
| XYZ | 58.78 | 75.26 | 70.46 | - |
| YUV | 215.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 207 | 0.30 | 0 | 0.14 | 0.06 | 152.11 | 0.7 | 0.8 |
| Hex | A9 | F0 | CF | 1E | 0 | E | 6 | 98 | 46 | 50 |
| Octal | 251 | 360 | 317 | 36 | 0 | 16 | 6 | 230 | 106 | 120 |
| Binary | 10101001 | 11110000 | 11001111 | 11110 | 0 | 1110 | 110 | 10011000 | 1000110 | 1010000 |
Color Harmonies of #A9F0CF
Complementary color
Monochromatic Colors of #A9F0CF
Black with #A9F0CF
Text Example
Text Example
White with #A9F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F0CF; }
p { color: rgb(169,240,207); }
H1.HeaderClassName
{
color: #A9F0CF;
}
.AnyTagClassName
{
color: #A9F0CF;
}
</style>
background-color css
<style>
a { background-color: #A9F0CF; }
a { background-color: rgb(169,240,207); }
div.DivClassName
{
background-color: #A9F0CF;
}
.BgClassName
{
background-color: #A9F0CF;
}
</style>
border-color css
<style>
span { border-color: #A9F0CF; }
span { border-color: rgb(169,240,207); }
td.TdClassName
{
border-color: #A9F0CF;
}
.TagClassName
{
border-color: #A9F0CF;
}
</style>