Shades of Magic Mint #A0FCCF
Tints of Magic Mint #A0FCCF
RGB
CMYK
RGB Variations
Color information
#A0FCCF (or 0xA0FCCF) is known color: Magic Mint. HEX triplet: A0, FC and CF. RGB value is (160,252,207). Sum of RGB (Red+Green+Blue) = 160+252+207=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCCF is #5F0330. Grayscale: #DBDBDB. Windows color (decimal): -6226737 or 13630624. OLE color: 13630624.
HSL color Cylindrical-coordinate representation of color #A0FCCF: hue angle of 150.65º 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 #A0FCCF is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 207 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.01 |
| HSL | 150.65º | 0.94% | 0.81% | - |
| HSV(B) | 150.65º | 0.37% | 0.99% | - |
| XYZ | 60.57 | 81.6 | 71.59 | - |
| YUV | 219.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 207 | 0.37 | 0 | 0.18 | 0.01 | 150.65 | 0.94 | 0.81 |
| Hex | A0 | FC | CF | 25 | 0 | 12 | 1 | 97 | 5E | 51 |
| Octal | 240 | 374 | 317 | 45 | 0 | 22 | 1 | 227 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11001111 | 100101 | 0 | 10010 | 1 | 10010111 | 1011110 | 1010001 |
Color Harmonies of #A0FCCF
Complementary color
Monochromatic Colors of #A0FCCF
Black with #A0FCCF
Text Example
Text Example
White with #A0FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCCF; }
p { color: rgb(160,252,207); }
H1.HeaderClassName
{
color: #A0FCCF;
}
.AnyTagClassName
{
color: #A0FCCF;
}
</style>
background-color css
<style>
a { background-color: #A0FCCF; }
a { background-color: rgb(160,252,207); }
div.DivClassName
{
background-color: #A0FCCF;
}
.BgClassName
{
background-color: #A0FCCF;
}
</style>
border-color css
<style>
span { border-color: #A0FCCF; }
span { border-color: rgb(160,252,207); }
td.TdClassName
{
border-color: #A0FCCF;
}
.TagClassName
{
border-color: #A0FCCF;
}
</style>