Shades of Magic Mint #A0F3D4
Tints of Magic Mint #A0F3D4
RGB
CMYK
RGB Variations
Color information
#A0F3D4 (or 0xA0F3D4) is known color: Magic Mint. HEX triplet: A0, F3 and D4. RGB value is (160,243,212). Sum of RGB (Red+Green+Blue) = 160+243+212=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3D4 is #5F0C2B. Grayscale: #D6D6D6. Windows color (decimal): -6229036 or 13956000. OLE color: 13956000.
HSL color Cylindrical-coordinate representation of color #A0F3D4: hue angle of 157.59º 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 #A0F3D4 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 212 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.05 |
| HSL | 157.59º | 0.78% | 0.79% | - |
| HSV(B) | 157.59º | 0.34% | 0.95% | - |
| XYZ | 58.43 | 76.33 | 73.94 | - |
| YUV | 214.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 212 | 0.34 | 0 | 0.13 | 0.05 | 157.59 | 0.78 | 0.79 |
| Hex | A0 | F3 | D4 | 22 | 0 | D | 5 | 9E | 4E | 4F |
| Octal | 240 | 363 | 324 | 42 | 0 | 15 | 5 | 236 | 116 | 117 |
| Binary | 10100000 | 11110011 | 11010100 | 100010 | 0 | 1101 | 101 | 10011110 | 1001110 | 1001111 |
Color Harmonies of #A0F3D4
Complementary color
Monochromatic Colors of #A0F3D4
Black with #A0F3D4
Text Example
Text Example
White with #A0F3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3D4; }
p { color: rgb(160,243,212); }
H1.HeaderClassName
{
color: #A0F3D4;
}
.AnyTagClassName
{
color: #A0F3D4;
}
</style>
background-color css
<style>
a { background-color: #A0F3D4; }
a { background-color: rgb(160,243,212); }
div.DivClassName
{
background-color: #A0F3D4;
}
.BgClassName
{
background-color: #A0F3D4;
}
</style>
border-color css
<style>
span { border-color: #A0F3D4; }
span { border-color: rgb(160,243,212); }
td.TdClassName
{
border-color: #A0F3D4;
}
.TagClassName
{
border-color: #A0F3D4;
}
</style>