Shades of Magic Mint #A0FDBD
Tints of Magic Mint #A0FDBD
RGB
CMYK
RGB Variations
Color information
#A0FDBD (or 0xA0FDBD) is known color: Magic Mint. HEX triplet: A0, FD and BD. RGB value is (160,253,189). Sum of RGB (Red+Green+Blue) = 160+253+189=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDBD is #5F0242. Grayscale: #DADADA. Windows color (decimal): -6226499 or 12451232. OLE color: 12451232.
HSL color Cylindrical-coordinate representation of color #A0FDBD: hue angle of 138.71º 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 #A0FDBD is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 160 | 253 | 189 | - |
CMYK | 0.37 | 0 | 0.25 | 0.01 |
HSL | 138.71º | 0.96% | 0.81% | - |
HSV(B) | 138.71º | 0.37% | 0.99% | - |
XYZ | 58.81 | 81.4 | 60.76 | - |
YUV | 217.9 | 111.69 | 86.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 253 | 189 | 0.37 | 0 | 0.25 | 0.01 | 138.71 | 0.96 | 0.81 |
Hex | A0 | FD | BD | 25 | 0 | 19 | 1 | 8B | 60 | 51 |
Octal | 240 | 375 | 275 | 45 | 0 | 31 | 1 | 213 | 140 | 121 |
Binary | 10100000 | 11111101 | 10111101 | 100101 | 0 | 11001 | 1 | 10001011 | 1100000 | 1010001 |
Color Harmonies of #A0FDBD
Complementary color
Monochromatic Colors of #A0FDBD
Black with #A0FDBD
Text Example
Text Example
White with #A0FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDBD; }
p { color: rgb(160,253,189); }
H1.HeaderClassName
{
color: #A0FDBD;
}
.AnyTagClassName
{
color: #A0FDBD;
}
</style>
background-color css
<style>
a { background-color: #A0FDBD; }
a { background-color: rgb(160,253,189); }
div.DivClassName
{
background-color: #A0FDBD;
}
.BgClassName
{
background-color: #A0FDBD;
}
</style>
border-color css
<style>
span { border-color: #A0FDBD; }
span { border-color: rgb(160,253,189); }
td.TdClassName
{
border-color: #A0FDBD;
}
.TagClassName
{
border-color: #A0FDBD;
}
</style>