Shades of Magic Mint #A0F6DE
Tints of Magic Mint #A0F6DE
RGB
CMYK
RGB Variations
Color information
#A0F6DE (or 0xA0F6DE) is known color: Magic Mint. HEX triplet: A0, F6 and DE. RGB value is (160,246,222). Sum of RGB (Red+Green+Blue) = 160+246+222=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F6DE is #5F0921. Grayscale: #D9D9D9. Windows color (decimal): -6228258 or 14612128. OLE color: 14612128.
HSL color Cylindrical-coordinate representation of color #A0F6DE: hue angle of 163.26º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F6DE is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 222 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.04 |
| HSL | 163.26º | 0.83% | 0.8% | - |
| HSV(B) | 163.26º | 0.35% | 0.96% | - |
| XYZ | 60.64 | 78.66 | 81.09 | - |
| YUV | 217.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 222 | 0.35 | 0 | 0.10 | 0.04 | 163.26 | 0.83 | 0.8 |
| Hex | A0 | F6 | DE | 23 | 0 | A | 4 | A3 | 53 | 50 |
| Octal | 240 | 366 | 336 | 43 | 0 | 12 | 4 | 243 | 123 | 120 |
| Binary | 10100000 | 11110110 | 11011110 | 100011 | 0 | 1010 | 100 | 10100011 | 1010011 | 1010000 |
Color Harmonies of #A0F6DE
Complementary color
Monochromatic Colors of #A0F6DE
Black with #A0F6DE
Text Example
Text Example
White with #A0F6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F6DE; }
p { color: rgb(160,246,222); }
H1.HeaderClassName
{
color: #A0F6DE;
}
.AnyTagClassName
{
color: #A0F6DE;
}
</style>
background-color css
<style>
a { background-color: #A0F6DE; }
a { background-color: rgb(160,246,222); }
div.DivClassName
{
background-color: #A0F6DE;
}
.BgClassName
{
background-color: #A0F6DE;
}
</style>
border-color css
<style>
span { border-color: #A0F6DE; }
span { border-color: rgb(160,246,222); }
td.TdClassName
{
border-color: #A0F6DE;
}
.TagClassName
{
border-color: #A0F6DE;
}
</style>