Shades of Magic Mint #A2FECF
Tints of Magic Mint #A2FECF
RGB
CMYK
RGB Variations
Color information
#A2FECF (or 0xA2FECF) is known color: Magic Mint. HEX triplet: A2, FE and CF. RGB value is (162,254,207). Sum of RGB (Red+Green+Blue) = 162+254+207=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FECF is #5D0130. Grayscale: #DDDDDD. Windows color (decimal): -6095153 or 13631138. OLE color: 13631138.
HSL color Cylindrical-coordinate representation of color #A2FECF: hue angle of 149.35º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FECF is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 207 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.00 |
| HSL | 149.35º | 0.98% | 0.82% | - |
| HSV(B) | 149.35º | 0.36% | 1% | - |
| XYZ | 61.6 | 83.07 | 71.82 | - |
| YUV | 221.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 207 | 0.36 | 0 | 0.19 | 0.00 | 149.35 | 0.98 | 0.82 |
| Hex | A2 | FE | CF | 24 | 0 | 13 | 0 | 95 | 62 | 52 |
| Octal | 242 | 376 | 317 | 44 | 0 | 23 | 0 | 225 | 142 | 122 |
| Binary | 10100010 | 11111110 | 11001111 | 100100 | 0 | 10011 | 0 | 10010101 | 1100010 | 1010010 |
Color Harmonies of #A2FECF
Complementary color
Monochromatic Colors of #A2FECF
Black with #A2FECF
Text Example
Text Example
White with #A2FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FECF; }
p { color: rgb(162,254,207); }
H1.HeaderClassName
{
color: #A2FECF;
}
.AnyTagClassName
{
color: #A2FECF;
}
</style>
background-color css
<style>
a { background-color: #A2FECF; }
a { background-color: rgb(162,254,207); }
div.DivClassName
{
background-color: #A2FECF;
}
.BgClassName
{
background-color: #A2FECF;
}
</style>
border-color css
<style>
span { border-color: #A2FECF; }
span { border-color: rgb(162,254,207); }
td.TdClassName
{
border-color: #A2FECF;
}
.TagClassName
{
border-color: #A2FECF;
}
</style>