Shades of Magic Mint #A0F3D0
Tints of Magic Mint #A0F3D0
RGB
CMYK
RGB Variations
Color information
#A0F3D0 (or 0xA0F3D0) is known color: Magic Mint. HEX triplet: A0, F3 and D0. RGB value is (160,243,208). Sum of RGB (Red+Green+Blue) = 160+243+208=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3D0 is #5F0C2F. Grayscale: #D6D6D6. Windows color (decimal): -6229040 or 13693856. OLE color: 13693856.
HSL color Cylindrical-coordinate representation of color #A0F3D0: hue angle of 154.7º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3D0 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 208 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.05 |
| HSL | 154.7º | 0.78% | 0.79% | - |
| HSV(B) | 154.7º | 0.34% | 0.95% | - |
| XYZ | 57.93 | 76.13 | 71.32 | - |
| YUV | 214.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 208 | 0.34 | 0 | 0.14 | 0.05 | 154.7 | 0.78 | 0.79 |
| Hex | A0 | F3 | D0 | 22 | 0 | E | 5 | 9B | 4E | 4F |
| Octal | 240 | 363 | 320 | 42 | 0 | 16 | 5 | 233 | 116 | 117 |
| Binary | 10100000 | 11110011 | 11010000 | 100010 | 0 | 1110 | 101 | 10011011 | 1001110 | 1001111 |
Color Harmonies of #A0F3D0
Complementary color
Monochromatic Colors of #A0F3D0
Black with #A0F3D0
Text Example
Text Example
White with #A0F3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3D0; }
p { color: rgb(160,243,208); }
H1.HeaderClassName
{
color: #A0F3D0;
}
.AnyTagClassName
{
color: #A0F3D0;
}
</style>
background-color css
<style>
a { background-color: #A0F3D0; }
a { background-color: rgb(160,243,208); }
div.DivClassName
{
background-color: #A0F3D0;
}
.BgClassName
{
background-color: #A0F3D0;
}
</style>
border-color css
<style>
span { border-color: #A0F3D0; }
span { border-color: rgb(160,243,208); }
td.TdClassName
{
border-color: #A0F3D0;
}
.TagClassName
{
border-color: #A0F3D0;
}
</style>