Shades of Magic Mint #A0F1C4
Tints of Magic Mint #A0F1C4
RGB
CMYK
RGB Variations
Color information
#A0F1C4 (or 0xA0F1C4) is known color: Magic Mint. HEX triplet: A0, F1 and C4. RGB value is (160,241,196). Sum of RGB (Red+Green+Blue) = 160+241+196=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1C4 is #5F0E3B. Grayscale: #D3D3D3. Windows color (decimal): -6229564 or 12906912. OLE color: 12906912.
HSL color Cylindrical-coordinate representation of color #A0F1C4: hue angle of 146.67º 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 #A0F1C4 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 196 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.05 |
| HSL | 146.67º | 0.74% | 0.79% | - |
| HSV(B) | 146.67º | 0.34% | 0.95% | - |
| XYZ | 55.92 | 74.37 | 63.63 | - |
| YUV | 211.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 196 | 0.34 | 0 | 0.19 | 0.05 | 146.67 | 0.74 | 0.79 |
| Hex | A0 | F1 | C4 | 22 | 0 | 13 | 5 | 93 | 4A | 4F |
| Octal | 240 | 361 | 304 | 42 | 0 | 23 | 5 | 223 | 112 | 117 |
| Binary | 10100000 | 11110001 | 11000100 | 100010 | 0 | 10011 | 101 | 10010011 | 1001010 | 1001111 |
Color Harmonies of #A0F1C4
Complementary color
Monochromatic Colors of #A0F1C4
Black with #A0F1C4
Text Example
Text Example
White with #A0F1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1C4; }
p { color: rgb(160,241,196); }
H1.HeaderClassName
{
color: #A0F1C4;
}
.AnyTagClassName
{
color: #A0F1C4;
}
</style>
background-color css
<style>
a { background-color: #A0F1C4; }
a { background-color: rgb(160,241,196); }
div.DivClassName
{
background-color: #A0F1C4;
}
.BgClassName
{
background-color: #A0F1C4;
}
</style>
border-color css
<style>
span { border-color: #A0F1C4; }
span { border-color: rgb(160,241,196); }
td.TdClassName
{
border-color: #A0F1C4;
}
.TagClassName
{
border-color: #A0F1C4;
}
</style>