Shades of Magic Mint #A0FFCB
Tints of Magic Mint #A0FFCB
RGB
CMYK
RGB Variations
Color information
#A0FFCB (or 0xA0FFCB) is known color: Magic Mint. HEX triplet: A0, FF and CB. RGB value is (160,255,203). Sum of RGB (Red+Green+Blue) = 160+255+203=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFCB is #5F0034. Grayscale: #DCDCDC. Windows color (decimal): -6225973 or 13369248. OLE color: 13369248.
HSL color Cylindrical-coordinate representation of color #A0FFCB: hue angle of 147.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFCB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 203 | - |
| CMYK | 0.37 | 0 | 0.20 | 0 |
| HSL | 147.16º | 1% | 0.81% | - |
| HSV(B) | 147.16º | 0.37% | 1% | - |
| XYZ | 61.04 | 83.31 | 69.36 | - |
| YUV | 220.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 203 | 0.37 | 0 | 0.20 | 0 | 147.16 | 1 | 0.81 |
| Hex | A0 | FF | CB | 25 | 0 | 14 | 0 | 93 | 64 | 51 |
| Octal | 240 | 377 | 313 | 45 | 0 | 24 | 0 | 223 | 144 | 121 |
| Binary | 10100000 | 11111111 | 11001011 | 100101 | 0 | 10100 | 0 | 10010011 | 1100100 | 1010001 |
Color Harmonies of #A0FFCB
Complementary color
Monochromatic Colors of #A0FFCB
Black with #A0FFCB
Text Example
Text Example
White with #A0FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFCB; }
p { color: rgb(160,255,203); }
H1.HeaderClassName
{
color: #A0FFCB;
}
.AnyTagClassName
{
color: #A0FFCB;
}
</style>
background-color css
<style>
a { background-color: #A0FFCB; }
a { background-color: rgb(160,255,203); }
div.DivClassName
{
background-color: #A0FFCB;
}
.BgClassName
{
background-color: #A0FFCB;
}
</style>
border-color css
<style>
span { border-color: #A0FFCB; }
span { border-color: rgb(160,255,203); }
td.TdClassName
{
border-color: #A0FFCB;
}
.TagClassName
{
border-color: #A0FFCB;
}
</style>