Shades of Magic Mint #A2FCBC
Tints of Magic Mint #A2FCBC
RGB
CMYK
RGB Variations
Color information
#A2FCBC (or 0xA2FCBC) is known color: Magic Mint. HEX triplet: A2, FC and BC. RGB value is (162,252,188). Sum of RGB (Red+Green+Blue) = 162+252+188=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCBC is #5D0343. Grayscale: #D9D9D9. Windows color (decimal): -6095684 or 12385442. OLE color: 12385442.
HSL color Cylindrical-coordinate representation of color #A2FCBC: hue angle of 137.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCBC is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 188 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.01 |
| HSL | 137.33º | 0.94% | 0.81% | - |
| HSV(B) | 137.33º | 0.36% | 0.99% | - |
| XYZ | 58.79 | 80.93 | 60.1 | - |
| YUV | 217.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 188 | 0.36 | 0 | 0.25 | 0.01 | 137.33 | 0.94 | 0.81 |
| Hex | A2 | FC | BC | 24 | 0 | 19 | 1 | 89 | 5E | 51 |
| Octal | 242 | 374 | 274 | 44 | 0 | 31 | 1 | 211 | 136 | 121 |
| Binary | 10100010 | 11111100 | 10111100 | 100100 | 0 | 11001 | 1 | 10001001 | 1011110 | 1010001 |
Color Harmonies of #A2FCBC
Complementary color
Monochromatic Colors of #A2FCBC
Black with #A2FCBC
Text Example
Text Example
White with #A2FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCBC; }
p { color: rgb(162,252,188); }
H1.HeaderClassName
{
color: #A2FCBC;
}
.AnyTagClassName
{
color: #A2FCBC;
}
</style>
background-color css
<style>
a { background-color: #A2FCBC; }
a { background-color: rgb(162,252,188); }
div.DivClassName
{
background-color: #A2FCBC;
}
.BgClassName
{
background-color: #A2FCBC;
}
</style>
border-color css
<style>
span { border-color: #A2FCBC; }
span { border-color: rgb(162,252,188); }
td.TdClassName
{
border-color: #A2FCBC;
}
.TagClassName
{
border-color: #A2FCBC;
}
</style>