Shades of Magic Mint #A2FACB
Tints of Magic Mint #A2FACB
RGB
CMYK
RGB Variations
Color information
#A2FACB (or 0xA2FACB) is known color: Magic Mint. HEX triplet: A2, FA and CB. RGB value is (162,250,203). Sum of RGB (Red+Green+Blue) = 162+250+203=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FACB is #5D0534. Grayscale: #DADADA. Windows color (decimal): -6096181 or 13367970. OLE color: 13367970.
HSL color Cylindrical-coordinate representation of color #A2FACB: hue angle of 147.95º degrees, saturation: 0.9, 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 #A2FACB is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 203 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.02 |
| HSL | 147.95º | 0.9% | 0.81% | - |
| HSV(B) | 147.95º | 0.35% | 0.98% | - |
| XYZ | 59.87 | 80.36 | 68.86 | - |
| YUV | 218.33 | 119.35 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 203 | 0.35 | 0 | 0.19 | 0.02 | 147.95 | 0.9 | 0.81 |
| Hex | A2 | FA | CB | 23 | 0 | 13 | 2 | 94 | 5A | 51 |
| Octal | 242 | 372 | 313 | 43 | 0 | 23 | 2 | 224 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11001011 | 100011 | 0 | 10011 | 10 | 10010100 | 1011010 | 1010001 |
Color Harmonies of #A2FACB
Complementary color
Monochromatic Colors of #A2FACB
Black with #A2FACB
Text Example
Text Example
White with #A2FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FACB; }
p { color: rgb(162,250,203); }
H1.HeaderClassName
{
color: #A2FACB;
}
.AnyTagClassName
{
color: #A2FACB;
}
</style>
background-color css
<style>
a { background-color: #A2FACB; }
a { background-color: rgb(162,250,203); }
div.DivClassName
{
background-color: #A2FACB;
}
.BgClassName
{
background-color: #A2FACB;
}
</style>
border-color css
<style>
span { border-color: #A2FACB; }
span { border-color: rgb(162,250,203); }
td.TdClassName
{
border-color: #A2FACB;
}
.TagClassName
{
border-color: #A2FACB;
}
</style>