Shades of Magic Mint #A0FDC4
Tints of Magic Mint #A0FDC4
RGB
CMYK
RGB Variations
Color information
#A0FDC4 (or 0xA0FDC4) is known color: Magic Mint. HEX triplet: A0, FD and C4. RGB value is (160,253,196). Sum of RGB (Red+Green+Blue) = 160+253+196=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDC4 is #5F023B. Grayscale: #DADADA. Windows color (decimal): -6226492 or 12909984. OLE color: 12909984.
HSL color Cylindrical-coordinate representation of color #A0FDC4: hue angle of 143.23º 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 #A0FDC4 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 196 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.01 |
| HSL | 143.23º | 0.96% | 0.81% | - |
| HSV(B) | 143.23º | 0.37% | 0.99% | - |
| XYZ | 59.59 | 81.71 | 64.86 | - |
| YUV | 218.7 | 115.19 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 196 | 0.37 | 0 | 0.23 | 0.01 | 143.23 | 0.96 | 0.81 |
| Hex | A0 | FD | C4 | 25 | 0 | 17 | 1 | 8F | 60 | 51 |
| Octal | 240 | 375 | 304 | 45 | 0 | 27 | 1 | 217 | 140 | 121 |
| Binary | 10100000 | 11111101 | 11000100 | 100101 | 0 | 10111 | 1 | 10001111 | 1100000 | 1010001 |
Color Harmonies of #A0FDC4
Complementary color
Monochromatic Colors of #A0FDC4
Black with #A0FDC4
Text Example
Text Example
White with #A0FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDC4; }
p { color: rgb(160,253,196); }
H1.HeaderClassName
{
color: #A0FDC4;
}
.AnyTagClassName
{
color: #A0FDC4;
}
</style>
background-color css
<style>
a { background-color: #A0FDC4; }
a { background-color: rgb(160,253,196); }
div.DivClassName
{
background-color: #A0FDC4;
}
.BgClassName
{
background-color: #A0FDC4;
}
</style>
border-color css
<style>
span { border-color: #A0FDC4; }
span { border-color: rgb(160,253,196); }
td.TdClassName
{
border-color: #A0FDC4;
}
.TagClassName
{
border-color: #A0FDC4;
}
</style>