Shades of Magic Mint #A0FCCC
Tints of Magic Mint #A0FCCC
RGB
CMYK
RGB Variations
Color information
#A0FCCC (or 0xA0FCCC) is known color: Magic Mint. HEX triplet: A0, FC and CC. RGB value is (160,252,204). Sum of RGB (Red+Green+Blue) = 160+252+204=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCCC is #5F0333. Grayscale: #DBDBDB. Windows color (decimal): -6226740 or 13434016. OLE color: 13434016.
HSL color Cylindrical-coordinate representation of color #A0FCCC: hue angle of 148.7º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCCC is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 204 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.01 |
| HSL | 148.7º | 0.94% | 0.81% | - |
| HSV(B) | 148.7º | 0.37% | 0.99% | - |
| XYZ | 60.21 | 81.45 | 69.68 | - |
| YUV | 219.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 204 | 0.37 | 0 | 0.19 | 0.01 | 148.7 | 0.94 | 0.81 |
| Hex | A0 | FC | CC | 25 | 0 | 13 | 1 | 95 | 5E | 51 |
| Octal | 240 | 374 | 314 | 45 | 0 | 23 | 1 | 225 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11001100 | 100101 | 0 | 10011 | 1 | 10010101 | 1011110 | 1010001 |
Color Harmonies of #A0FCCC
Complementary color
Monochromatic Colors of #A0FCCC
Black with #A0FCCC
Text Example
Text Example
White with #A0FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCCC; }
p { color: rgb(160,252,204); }
H1.HeaderClassName
{
color: #A0FCCC;
}
.AnyTagClassName
{
color: #A0FCCC;
}
</style>
background-color css
<style>
a { background-color: #A0FCCC; }
a { background-color: rgb(160,252,204); }
div.DivClassName
{
background-color: #A0FCCC;
}
.BgClassName
{
background-color: #A0FCCC;
}
</style>
border-color css
<style>
span { border-color: #A0FCCC; }
span { border-color: rgb(160,252,204); }
td.TdClassName
{
border-color: #A0FCCC;
}
.TagClassName
{
border-color: #A0FCCC;
}
</style>