Shades of Magic Mint #A2F2CF
Tints of Magic Mint #A2F2CF
RGB
CMYK
RGB Variations
Color information
#A2F2CF (or 0xA2F2CF) is known color: Magic Mint. HEX triplet: A2, F2 and CF. RGB value is (162,242,207). Sum of RGB (Red+Green+Blue) = 162+242+207=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2CF is #5D0D30. Grayscale: #D6D6D6. Windows color (decimal): -6098225 or 13628066. OLE color: 13628066.
HSL color Cylindrical-coordinate representation of color #A2F2CF: hue angle of 153.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2CF is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 207 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.05 |
| HSL | 153.75º | 0.75% | 0.79% | - |
| HSV(B) | 153.75º | 0.33% | 0.95% | - |
| XYZ | 57.91 | 75.69 | 70.59 | - |
| YUV | 214.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 207 | 0.33 | 0 | 0.14 | 0.05 | 153.75 | 0.75 | 0.79 |
| Hex | A2 | F2 | CF | 21 | 0 | E | 5 | 9A | 4B | 4F |
| Octal | 242 | 362 | 317 | 41 | 0 | 16 | 5 | 232 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11001111 | 100001 | 0 | 1110 | 101 | 10011010 | 1001011 | 1001111 |
Color Harmonies of #A2F2CF
Complementary color
Monochromatic Colors of #A2F2CF
Black with #A2F2CF
Text Example
Text Example
White with #A2F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2CF; }
p { color: rgb(162,242,207); }
H1.HeaderClassName
{
color: #A2F2CF;
}
.AnyTagClassName
{
color: #A2F2CF;
}
</style>
background-color css
<style>
a { background-color: #A2F2CF; }
a { background-color: rgb(162,242,207); }
div.DivClassName
{
background-color: #A2F2CF;
}
.BgClassName
{
background-color: #A2F2CF;
}
</style>
border-color css
<style>
span { border-color: #A2F2CF; }
span { border-color: rgb(162,242,207); }
td.TdClassName
{
border-color: #A2F2CF;
}
.TagClassName
{
border-color: #A2F2CF;
}
</style>