Shades of Magic Mint #A0F1CD
Tints of Magic Mint #A0F1CD
RGB
CMYK
RGB Variations
Color information
#A0F1CD (or 0xA0F1CD) is known color: Magic Mint. HEX triplet: A0, F1 and CD. RGB value is (160,241,205). Sum of RGB (Red+Green+Blue) = 160+241+205=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1CD is #5F0E32. Grayscale: #D4D4D4. Windows color (decimal): -6229555 or 13496736. OLE color: 13496736.
HSL color Cylindrical-coordinate representation of color #A0F1CD: hue angle of 153.33º degrees, saturation: 0.74, 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 #A0F1CD is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 205 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.05 |
| HSL | 153.33º | 0.74% | 0.79% | - |
| HSV(B) | 153.33º | 0.34% | 0.95% | - |
| XYZ | 56.97 | 74.79 | 69.19 | - |
| YUV | 212.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 205 | 0.34 | 0 | 0.15 | 0.05 | 153.33 | 0.74 | 0.79 |
| Hex | A0 | F1 | CD | 22 | 0 | F | 5 | 99 | 4A | 4F |
| Octal | 240 | 361 | 315 | 42 | 0 | 17 | 5 | 231 | 112 | 117 |
| Binary | 10100000 | 11110001 | 11001101 | 100010 | 0 | 1111 | 101 | 10011001 | 1001010 | 1001111 |
Color Harmonies of #A0F1CD
Complementary color
Monochromatic Colors of #A0F1CD
Black with #A0F1CD
Text Example
Text Example
White with #A0F1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1CD; }
p { color: rgb(160,241,205); }
H1.HeaderClassName
{
color: #A0F1CD;
}
.AnyTagClassName
{
color: #A0F1CD;
}
</style>
background-color css
<style>
a { background-color: #A0F1CD; }
a { background-color: rgb(160,241,205); }
div.DivClassName
{
background-color: #A0F1CD;
}
.BgClassName
{
background-color: #A0F1CD;
}
</style>
border-color css
<style>
span { border-color: #A0F1CD; }
span { border-color: rgb(160,241,205); }
td.TdClassName
{
border-color: #A0F1CD;
}
.TagClassName
{
border-color: #A0F1CD;
}
</style>