Shades of Magic Mint #A9F2CF
Tints of Magic Mint #A9F2CF
RGB
CMYK
RGB Variations
Color information
#A9F2CF (or 0xA9F2CF) is known color: Magic Mint. HEX triplet: A9, F2 and CF. RGB value is (169,242,207). Sum of RGB (Red+Green+Blue) = 169+242+207=618 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.35% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2CF is #560D30. Grayscale: #D8D8D8. Windows color (decimal): -5639473 or 13628073. OLE color: 13628073.
HSL color Cylindrical-coordinate representation of color #A9F2CF: hue angle of 151.23º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2CF is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 207 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.05 |
| HSL | 151.23º | 0.74% | 0.81% | - |
| HSV(B) | 151.23º | 0.3% | 0.95% | - |
| XYZ | 59.38 | 76.44 | 70.66 | - |
| YUV | 216.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 207 | 0.30 | 0 | 0.14 | 0.05 | 151.23 | 0.74 | 0.81 |
| Hex | A9 | F2 | CF | 1E | 0 | E | 5 | 97 | 4A | 51 |
| Octal | 251 | 362 | 317 | 36 | 0 | 16 | 5 | 227 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11001111 | 11110 | 0 | 1110 | 101 | 10010111 | 1001010 | 1010001 |
Color Harmonies of #A9F2CF
Complementary color
Monochromatic Colors of #A9F2CF
Black with #A9F2CF
Text Example
Text Example
White with #A9F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2CF; }
p { color: rgb(169,242,207); }
H1.HeaderClassName
{
color: #A9F2CF;
}
.AnyTagClassName
{
color: #A9F2CF;
}
</style>
background-color css
<style>
a { background-color: #A9F2CF; }
a { background-color: rgb(169,242,207); }
div.DivClassName
{
background-color: #A9F2CF;
}
.BgClassName
{
background-color: #A9F2CF;
}
</style>
border-color css
<style>
span { border-color: #A9F2CF; }
span { border-color: rgb(169,242,207); }
td.TdClassName
{
border-color: #A9F2CF;
}
.TagClassName
{
border-color: #A9F2CF;
}
</style>