Shades of Magic Mint #A0F1C1
Tints of Magic Mint #A0F1C1
RGB
CMYK
RGB Variations
Color information
#A0F1C1 (or 0xA0F1C1) is known color: Magic Mint. HEX triplet: A0, F1 and C1. RGB value is (160,241,193). Sum of RGB (Red+Green+Blue) = 160+241+193=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1C1 is #5F0E3E. Grayscale: #D3D3D3. Windows color (decimal): -6229567 or 12710304. OLE color: 12710304.
HSL color Cylindrical-coordinate representation of color #A0F1C1: hue angle of 144.44º 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 #A0F1C1 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 193 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.05 |
| HSL | 144.44º | 0.74% | 0.79% | - |
| HSV(B) | 144.44º | 0.34% | 0.95% | - |
| XYZ | 55.58 | 74.23 | 61.85 | - |
| YUV | 211.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 193 | 0.34 | 0 | 0.20 | 0.05 | 144.44 | 0.74 | 0.79 |
| Hex | A0 | F1 | C1 | 22 | 0 | 14 | 5 | 90 | 4A | 4F |
| Octal | 240 | 361 | 301 | 42 | 0 | 24 | 5 | 220 | 112 | 117 |
| Binary | 10100000 | 11110001 | 11000001 | 100010 | 0 | 10100 | 101 | 10010000 | 1001010 | 1001111 |
Color Harmonies of #A0F1C1
Complementary color
Monochromatic Colors of #A0F1C1
Black with #A0F1C1
Text Example
Text Example
White with #A0F1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1C1; }
p { color: rgb(160,241,193); }
H1.HeaderClassName
{
color: #A0F1C1;
}
.AnyTagClassName
{
color: #A0F1C1;
}
</style>
background-color css
<style>
a { background-color: #A0F1C1; }
a { background-color: rgb(160,241,193); }
div.DivClassName
{
background-color: #A0F1C1;
}
.BgClassName
{
background-color: #A0F1C1;
}
</style>
border-color css
<style>
span { border-color: #A0F1C1; }
span { border-color: rgb(160,241,193); }
td.TdClassName
{
border-color: #A0F1C1;
}
.TagClassName
{
border-color: #A0F1C1;
}
</style>