Shades of Magic Mint #A0FACB
Tints of Magic Mint #A0FACB
RGB
CMYK
RGB Variations
Color information
#A0FACB (or 0xA0FACB) is known color: Magic Mint. HEX triplet: A0, FA and CB. RGB value is (160,250,203). Sum of RGB (Red+Green+Blue) = 160+250+203=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FACB is #5F0534. Grayscale: #D9D9D9. Windows color (decimal): -6227253 or 13367968. OLE color: 13367968.
HSL color Cylindrical-coordinate representation of color #A0FACB: hue angle of 148.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FACB is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 203 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.02 |
| HSL | 148.67º | 0.9% | 0.8% | - |
| HSV(B) | 148.67º | 0.36% | 0.98% | - |
| XYZ | 59.46 | 80.16 | 68.84 | - |
| YUV | 217.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 203 | 0.36 | 0 | 0.19 | 0.02 | 148.67 | 0.9 | 0.8 |
| Hex | A0 | FA | CB | 24 | 0 | 13 | 2 | 95 | 5A | 50 |
| Octal | 240 | 372 | 313 | 44 | 0 | 23 | 2 | 225 | 132 | 120 |
| Binary | 10100000 | 11111010 | 11001011 | 100100 | 0 | 10011 | 10 | 10010101 | 1011010 | 1010000 |
Color Harmonies of #A0FACB
Complementary color
Monochromatic Colors of #A0FACB
Black with #A0FACB
Text Example
Text Example
White with #A0FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FACB; }
p { color: rgb(160,250,203); }
H1.HeaderClassName
{
color: #A0FACB;
}
.AnyTagClassName
{
color: #A0FACB;
}
</style>
background-color css
<style>
a { background-color: #A0FACB; }
a { background-color: rgb(160,250,203); }
div.DivClassName
{
background-color: #A0FACB;
}
.BgClassName
{
background-color: #A0FACB;
}
</style>
border-color css
<style>
span { border-color: #A0FACB; }
span { border-color: rgb(160,250,203); }
td.TdClassName
{
border-color: #A0FACB;
}
.TagClassName
{
border-color: #A0FACB;
}
</style>