Shades of Magic Mint #A0FCCD
Tints of Magic Mint #A0FCCD
RGB
CMYK
RGB Variations
Color information
#A0FCCD (or 0xA0FCCD) is known color: Magic Mint. HEX triplet: A0, FC and CD. RGB value is (160,252,205). Sum of RGB (Red+Green+Blue) = 160+252+205=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCCD is #5F0332. Grayscale: #DBDBDB. Windows color (decimal): -6226739 or 13499552. OLE color: 13499552.
HSL color Cylindrical-coordinate representation of color #A0FCCD: hue angle of 149.35º 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 #A0FCCD is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 205 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.01 |
| HSL | 149.35º | 0.94% | 0.81% | - |
| HSV(B) | 149.35º | 0.37% | 0.99% | - |
| XYZ | 60.33 | 81.5 | 70.31 | - |
| YUV | 219.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 205 | 0.37 | 0 | 0.19 | 0.01 | 149.35 | 0.94 | 0.81 |
| Hex | A0 | FC | CD | 25 | 0 | 13 | 1 | 95 | 5E | 51 |
| Octal | 240 | 374 | 315 | 45 | 0 | 23 | 1 | 225 | 136 | 121 |
| Binary | 10100000 | 11111100 | 11001101 | 100101 | 0 | 10011 | 1 | 10010101 | 1011110 | 1010001 |
Color Harmonies of #A0FCCD
Complementary color
Monochromatic Colors of #A0FCCD
Black with #A0FCCD
Text Example
Text Example
White with #A0FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCCD; }
p { color: rgb(160,252,205); }
H1.HeaderClassName
{
color: #A0FCCD;
}
.AnyTagClassName
{
color: #A0FCCD;
}
</style>
background-color css
<style>
a { background-color: #A0FCCD; }
a { background-color: rgb(160,252,205); }
div.DivClassName
{
background-color: #A0FCCD;
}
.BgClassName
{
background-color: #A0FCCD;
}
</style>
border-color css
<style>
span { border-color: #A0FCCD; }
span { border-color: rgb(160,252,205); }
td.TdClassName
{
border-color: #A0FCCD;
}
.TagClassName
{
border-color: #A0FCCD;
}
</style>