Shades of Magic Mint #A0F2CD
Tints of Magic Mint #A0F2CD
RGB
CMYK
RGB Variations
Color information
#A0F2CD (or 0xA0F2CD) is known color: Magic Mint. HEX triplet: A0, F2 and CD. RGB value is (160,242,205). Sum of RGB (Red+Green+Blue) = 160+242+205=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2CD is #5F0D32. Grayscale: #D5D5D5. Windows color (decimal): -6229299 or 13496992. OLE color: 13496992.
HSL color Cylindrical-coordinate representation of color #A0F2CD: hue angle of 152.93º degrees, saturation: 0.76, 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 #A0F2CD is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 205 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.05 |
| HSL | 152.93º | 0.76% | 0.79% | - |
| HSV(B) | 152.93º | 0.34% | 0.95% | - |
| XYZ | 57.27 | 75.39 | 69.29 | - |
| YUV | 213.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 205 | 0.34 | 0 | 0.15 | 0.05 | 152.93 | 0.76 | 0.79 |
| Hex | A0 | F2 | CD | 22 | 0 | F | 5 | 99 | 4C | 4F |
| Octal | 240 | 362 | 315 | 42 | 0 | 17 | 5 | 231 | 114 | 117 |
| Binary | 10100000 | 11110010 | 11001101 | 100010 | 0 | 1111 | 101 | 10011001 | 1001100 | 1001111 |
Color Harmonies of #A0F2CD
Complementary color
Monochromatic Colors of #A0F2CD
Black with #A0F2CD
Text Example
Text Example
White with #A0F2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2CD; }
p { color: rgb(160,242,205); }
H1.HeaderClassName
{
color: #A0F2CD;
}
.AnyTagClassName
{
color: #A0F2CD;
}
</style>
background-color css
<style>
a { background-color: #A0F2CD; }
a { background-color: rgb(160,242,205); }
div.DivClassName
{
background-color: #A0F2CD;
}
.BgClassName
{
background-color: #A0F2CD;
}
</style>
border-color css
<style>
span { border-color: #A0F2CD; }
span { border-color: rgb(160,242,205); }
td.TdClassName
{
border-color: #A0F2CD;
}
.TagClassName
{
border-color: #A0F2CD;
}
</style>