Shades of Magic Mint #A0FDC3
Tints of Magic Mint #A0FDC3
RGB
CMYK
RGB Variations
Color information
#A0FDC3 (or 0xA0FDC3) is known color: Magic Mint. HEX triplet: A0, FD and C3. RGB value is (160,253,195). Sum of RGB (Red+Green+Blue) = 160+253+195=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDC3 is #5F023C. Grayscale: #DADADA. Windows color (decimal): -6226493 or 12844448. OLE color: 12844448.
HSL color Cylindrical-coordinate representation of color #A0FDC3: hue angle of 142.58º degrees, saturation: 0.96, 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 #A0FDC3 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 195 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.01 |
| HSL | 142.58º | 0.96% | 0.81% | - |
| HSV(B) | 142.58º | 0.37% | 0.99% | - |
| XYZ | 59.47 | 81.66 | 64.26 | - |
| YUV | 218.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 195 | 0.37 | 0 | 0.23 | 0.01 | 142.58 | 0.96 | 0.81 |
| Hex | A0 | FD | C3 | 25 | 0 | 17 | 1 | 8F | 60 | 51 |
| Octal | 240 | 375 | 303 | 45 | 0 | 27 | 1 | 217 | 140 | 121 |
| Binary | 10100000 | 11111101 | 11000011 | 100101 | 0 | 10111 | 1 | 10001111 | 1100000 | 1010001 |
Color Harmonies of #A0FDC3
Complementary color
Monochromatic Colors of #A0FDC3
Black with #A0FDC3
Text Example
Text Example
White with #A0FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDC3; }
p { color: rgb(160,253,195); }
H1.HeaderClassName
{
color: #A0FDC3;
}
.AnyTagClassName
{
color: #A0FDC3;
}
</style>
background-color css
<style>
a { background-color: #A0FDC3; }
a { background-color: rgb(160,253,195); }
div.DivClassName
{
background-color: #A0FDC3;
}
.BgClassName
{
background-color: #A0FDC3;
}
</style>
border-color css
<style>
span { border-color: #A0FDC3; }
span { border-color: rgb(160,253,195); }
td.TdClassName
{
border-color: #A0FDC3;
}
.TagClassName
{
border-color: #A0FDC3;
}
</style>