Shades of Magic Mint #A2F1CF
Tints of Magic Mint #A2F1CF
RGB
CMYK
RGB Variations
Color information
#A2F1CF (or 0xA2F1CF) is known color: Magic Mint. HEX triplet: A2, F1 and CF. RGB value is (162,241,207). Sum of RGB (Red+Green+Blue) = 162+241+207=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1CF is #5D0E30. Grayscale: #D5D5D5. Windows color (decimal): -6098481 or 13627810. OLE color: 13627810.
HSL color Cylindrical-coordinate representation of color #A2F1CF: hue angle of 154.18º degrees, saturation: 0.74, 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 #A2F1CF is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 207 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.05 |
| HSL | 154.18º | 0.74% | 0.79% | - |
| HSV(B) | 154.18º | 0.33% | 0.95% | - |
| XYZ | 57.62 | 75.1 | 70.49 | - |
| YUV | 213.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 207 | 0.33 | 0 | 0.14 | 0.05 | 154.18 | 0.74 | 0.79 |
| Hex | A2 | F1 | CF | 21 | 0 | E | 5 | 9A | 4A | 4F |
| Octal | 242 | 361 | 317 | 41 | 0 | 16 | 5 | 232 | 112 | 117 |
| Binary | 10100010 | 11110001 | 11001111 | 100001 | 0 | 1110 | 101 | 10011010 | 1001010 | 1001111 |
Color Harmonies of #A2F1CF
Complementary color
Monochromatic Colors of #A2F1CF
Black with #A2F1CF
Text Example
Text Example
White with #A2F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1CF; }
p { color: rgb(162,241,207); }
H1.HeaderClassName
{
color: #A2F1CF;
}
.AnyTagClassName
{
color: #A2F1CF;
}
</style>
background-color css
<style>
a { background-color: #A2F1CF; }
a { background-color: rgb(162,241,207); }
div.DivClassName
{
background-color: #A2F1CF;
}
.BgClassName
{
background-color: #A2F1CF;
}
</style>
border-color css
<style>
span { border-color: #A2F1CF; }
span { border-color: rgb(162,241,207); }
td.TdClassName
{
border-color: #A2F1CF;
}
.TagClassName
{
border-color: #A2F1CF;
}
</style>