Shades of Magic Mint #A0FFC3
Tints of Magic Mint #A0FFC3
RGB
CMYK
RGB Variations
Color information
#A0FFC3 (or 0xA0FFC3) is known color: Magic Mint. HEX triplet: A0, FF and C3. RGB value is (160,255,195). Sum of RGB (Red+Green+Blue) = 160+255+195=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFC3 is #5F003C. Grayscale: #DBDBDB. Windows color (decimal): -6225981 or 12844960. OLE color: 12844960.
HSL color Cylindrical-coordinate representation of color #A0FFC3: hue angle of 142.11º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFC3 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 195 | - |
| CMYK | 0.37 | 0 | 0.24 | 0 |
| HSL | 142.11º | 1% | 0.81% | - |
| HSV(B) | 142.11º | 0.37% | 1% | - |
| XYZ | 60.11 | 82.93 | 64.47 | - |
| YUV | 219.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 195 | 0.37 | 0 | 0.24 | 0 | 142.11 | 1 | 0.81 |
| Hex | A0 | FF | C3 | 25 | 0 | 18 | 0 | 8E | 64 | 51 |
| Octal | 240 | 377 | 303 | 45 | 0 | 30 | 0 | 216 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11000011 | 100101 | 0 | 11000 | 0 | 10001110 | 1100100 | 1010001 |
Color Harmonies of #A0FFC3
Complementary color
Monochromatic Colors of #A0FFC3
Black with #A0FFC3
Text Example
Text Example
White with #A0FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFC3; }
p { color: rgb(160,255,195); }
H1.HeaderClassName
{
color: #A0FFC3;
}
.AnyTagClassName
{
color: #A0FFC3;
}
</style>
background-color css
<style>
a { background-color: #A0FFC3; }
a { background-color: rgb(160,255,195); }
div.DivClassName
{
background-color: #A0FFC3;
}
.BgClassName
{
background-color: #A0FFC3;
}
</style>
border-color css
<style>
span { border-color: #A0FFC3; }
span { border-color: rgb(160,255,195); }
td.TdClassName
{
border-color: #A0FFC3;
}
.TagClassName
{
border-color: #A0FFC3;
}
</style>