Shades of Magic Mint #A2FBC5
Tints of Magic Mint #A2FBC5
RGB
CMYK
RGB Variations
Color information
#A2FBC5 (or 0xA2FBC5) is known color: Magic Mint. HEX triplet: A2, FB and C5. RGB value is (162,251,197). Sum of RGB (Red+Green+Blue) = 162+251+197=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FBC5 is #5D043A. Grayscale: #DADADA. Windows color (decimal): -6095931 or 12975010. OLE color: 12975010.
HSL color Cylindrical-coordinate representation of color #A2FBC5: hue angle of 143.6º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FBC5 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 197 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.02 |
| HSL | 143.6º | 0.92% | 0.81% | - |
| HSV(B) | 143.6º | 0.35% | 0.98% | - |
| XYZ | 59.48 | 80.71 | 65.27 | - |
| YUV | 218.23 | 116.01 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 197 | 0.35 | 0 | 0.22 | 0.02 | 143.6 | 0.92 | 0.81 |
| Hex | A2 | FB | C5 | 23 | 0 | 16 | 2 | 90 | 5C | 51 |
| Octal | 242 | 373 | 305 | 43 | 0 | 26 | 2 | 220 | 134 | 121 |
| Binary | 10100010 | 11111011 | 11000101 | 100011 | 0 | 10110 | 10 | 10010000 | 1011100 | 1010001 |
Color Harmonies of #A2FBC5
Complementary color
Monochromatic Colors of #A2FBC5
Black with #A2FBC5
Text Example
Text Example
White with #A2FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FBC5; }
p { color: rgb(162,251,197); }
H1.HeaderClassName
{
color: #A2FBC5;
}
.AnyTagClassName
{
color: #A2FBC5;
}
</style>
background-color css
<style>
a { background-color: #A2FBC5; }
a { background-color: rgb(162,251,197); }
div.DivClassName
{
background-color: #A2FBC5;
}
.BgClassName
{
background-color: #A2FBC5;
}
</style>
border-color css
<style>
span { border-color: #A2FBC5; }
span { border-color: rgb(162,251,197); }
td.TdClassName
{
border-color: #A2FBC5;
}
.TagClassName
{
border-color: #A2FBC5;
}
</style>