Shades of Magic Mint #A0F0D0
Tints of Magic Mint #A0F0D0
RGB
CMYK
RGB Variations
Color information
#A0F0D0 (or 0xA0F0D0) is known color: Magic Mint. HEX triplet: A0, F0 and D0. RGB value is (160,240,208). Sum of RGB (Red+Green+Blue) = 160+240+208=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0D0 is #5F0F2F. Grayscale: #D4D4D4. Windows color (decimal): -6229808 or 13693088. OLE color: 13693088.
HSL color Cylindrical-coordinate representation of color #A0F0D0: hue angle of 156º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0D0 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 208 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.06 |
| HSL | 156º | 0.73% | 0.78% | - |
| HSV(B) | 156º | 0.33% | 0.94% | - |
| XYZ | 57.04 | 74.35 | 71.02 | - |
| YUV | 212.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 208 | 0.33 | 0 | 0.13 | 0.06 | 156 | 0.73 | 0.78 |
| Hex | A0 | F0 | D0 | 21 | 0 | D | 6 | 9C | 49 | 4E |
| Octal | 240 | 360 | 320 | 41 | 0 | 15 | 6 | 234 | 111 | 116 |
| Binary | 10100000 | 11110000 | 11010000 | 100001 | 0 | 1101 | 110 | 10011100 | 1001001 | 1001110 |
Color Harmonies of #A0F0D0
Complementary color
Monochromatic Colors of #A0F0D0
Black with #A0F0D0
Text Example
Text Example
White with #A0F0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0D0; }
p { color: rgb(160,240,208); }
H1.HeaderClassName
{
color: #A0F0D0;
}
.AnyTagClassName
{
color: #A0F0D0;
}
</style>
background-color css
<style>
a { background-color: #A0F0D0; }
a { background-color: rgb(160,240,208); }
div.DivClassName
{
background-color: #A0F0D0;
}
.BgClassName
{
background-color: #A0F0D0;
}
</style>
border-color css
<style>
span { border-color: #A0F0D0; }
span { border-color: rgb(160,240,208); }
td.TdClassName
{
border-color: #A0F0D0;
}
.TagClassName
{
border-color: #A0F0D0;
}
</style>