Shades of Magic Mint #A0F5DE
Tints of Magic Mint #A0F5DE
RGB
CMYK
RGB Variations
Color information
#A0F5DE (or 0xA0F5DE) is known color: Magic Mint. HEX triplet: A0, F5 and DE. RGB value is (160,245,222). Sum of RGB (Red+Green+Blue) = 160+245+222=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F5DE is #5F0A21. Grayscale: #D8D8D8. Windows color (decimal): -6228514 or 14611872. OLE color: 14611872.
HSL color Cylindrical-coordinate representation of color #A0F5DE: hue angle of 163.76º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F5DE is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 245 | 222 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.04 |
| HSL | 163.76º | 0.81% | 0.79% | - |
| HSV(B) | 163.76º | 0.35% | 0.96% | - |
| XYZ | 60.33 | 78.05 | 80.99 | - |
| YUV | 216.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 222 | 0.35 | 0 | 0.09 | 0.04 | 163.76 | 0.81 | 0.79 |
| Hex | A0 | F5 | DE | 23 | 0 | 9 | 4 | A4 | 51 | 4F |
| Octal | 240 | 365 | 336 | 43 | 0 | 11 | 4 | 244 | 121 | 117 |
| Binary | 10100000 | 11110101 | 11011110 | 100011 | 0 | 1001 | 100 | 10100100 | 1010001 | 1001111 |
Color Harmonies of #A0F5DE
Complementary color
Monochromatic Colors of #A0F5DE
Black with #A0F5DE
Text Example
Text Example
White with #A0F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F5DE; }
p { color: rgb(160,245,222); }
H1.HeaderClassName
{
color: #A0F5DE;
}
.AnyTagClassName
{
color: #A0F5DE;
}
</style>
background-color css
<style>
a { background-color: #A0F5DE; }
a { background-color: rgb(160,245,222); }
div.DivClassName
{
background-color: #A0F5DE;
}
.BgClassName
{
background-color: #A0F5DE;
}
</style>
border-color css
<style>
span { border-color: #A0F5DE; }
span { border-color: rgb(160,245,222); }
td.TdClassName
{
border-color: #A0F5DE;
}
.TagClassName
{
border-color: #A0F5DE;
}
</style>