Shades of Magic Mint #A2FBCC
Tints of Magic Mint #A2FBCC
RGB
CMYK
RGB Variations
Color information
#A2FBCC (or 0xA2FBCC) is known color: Magic Mint. HEX triplet: A2, FB and CC. RGB value is (162,251,204). Sum of RGB (Red+Green+Blue) = 162+251+204=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FBCC is #5D0433. Grayscale: #DBDBDB. Windows color (decimal): -6095924 or 13433762. OLE color: 13433762.
HSL color Cylindrical-coordinate representation of color #A2FBCC: hue angle of 148.31º 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 #A2FBCC is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 204 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.02 |
| HSL | 148.31º | 0.92% | 0.81% | - |
| HSV(B) | 148.31º | 0.35% | 0.98% | - |
| XYZ | 60.3 | 81.04 | 69.59 | - |
| YUV | 219.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 204 | 0.35 | 0 | 0.19 | 0.02 | 148.31 | 0.92 | 0.81 |
| Hex | A2 | FB | CC | 23 | 0 | 13 | 2 | 94 | 5C | 51 |
| Octal | 242 | 373 | 314 | 43 | 0 | 23 | 2 | 224 | 134 | 121 |
| Binary | 10100010 | 11111011 | 11001100 | 100011 | 0 | 10011 | 10 | 10010100 | 1011100 | 1010001 |
Color Harmonies of #A2FBCC
Complementary color
Monochromatic Colors of #A2FBCC
Black with #A2FBCC
Text Example
Text Example
White with #A2FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FBCC; }
p { color: rgb(162,251,204); }
H1.HeaderClassName
{
color: #A2FBCC;
}
.AnyTagClassName
{
color: #A2FBCC;
}
</style>
background-color css
<style>
a { background-color: #A2FBCC; }
a { background-color: rgb(162,251,204); }
div.DivClassName
{
background-color: #A2FBCC;
}
.BgClassName
{
background-color: #A2FBCC;
}
</style>
border-color css
<style>
span { border-color: #A2FBCC; }
span { border-color: rgb(162,251,204); }
td.TdClassName
{
border-color: #A2FBCC;
}
.TagClassName
{
border-color: #A2FBCC;
}
</style>