Shades of Magic Mint #A0FDBC
Tints of Magic Mint #A0FDBC
RGB
CMYK
RGB Variations
Color information
#A0FDBC (or 0xA0FDBC) is known color: Magic Mint. HEX triplet: A0, FD and BC. RGB value is (160,253,188). Sum of RGB (Red+Green+Blue) = 160+253+188=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDBC is #5F0243. Grayscale: #D9D9D9. Windows color (decimal): -6226500 or 12385696. OLE color: 12385696.
HSL color Cylindrical-coordinate representation of color #A0FDBC: hue angle of 138.06º 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 #A0FDBC is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 188 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.01 |
| HSL | 138.06º | 0.96% | 0.81% | - |
| HSV(B) | 138.06º | 0.37% | 0.99% | - |
| XYZ | 58.7 | 81.35 | 60.19 | - |
| YUV | 217.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 188 | 0.37 | 0 | 0.26 | 0.01 | 138.06 | 0.96 | 0.81 |
| Hex | A0 | FD | BC | 25 | 0 | 1A | 1 | 8A | 60 | 51 |
| Octal | 240 | 375 | 274 | 45 | 0 | 32 | 1 | 212 | 140 | 121 |
| Binary | 10100000 | 11111101 | 10111100 | 100101 | 0 | 11010 | 1 | 10001010 | 1100000 | 1010001 |
Color Harmonies of #A0FDBC
Complementary color
Monochromatic Colors of #A0FDBC
Black with #A0FDBC
Text Example
Text Example
White with #A0FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDBC; }
p { color: rgb(160,253,188); }
H1.HeaderClassName
{
color: #A0FDBC;
}
.AnyTagClassName
{
color: #A0FDBC;
}
</style>
background-color css
<style>
a { background-color: #A0FDBC; }
a { background-color: rgb(160,253,188); }
div.DivClassName
{
background-color: #A0FDBC;
}
.BgClassName
{
background-color: #A0FDBC;
}
</style>
border-color css
<style>
span { border-color: #A0FDBC; }
span { border-color: rgb(160,253,188); }
td.TdClassName
{
border-color: #A0FDBC;
}
.TagClassName
{
border-color: #A0FDBC;
}
</style>