Shades of Magic Mint #A1F0C9
Tints of Magic Mint #A1F0C9
RGB
CMYK
RGB Variations
Color information
#A1F0C9 (or 0xA1F0C9) is known color: Magic Mint. HEX triplet: A1, F0 and C9. RGB value is (161,240,201). Sum of RGB (Red+Green+Blue) = 161+240+201=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0C9 is #5E0F36. Grayscale: #D4D4D4. Windows color (decimal): -6164279 or 13234337. OLE color: 13234337.
HSL color Cylindrical-coordinate representation of color #A1F0C9: hue angle of 150.38º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0C9 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 201 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.06 |
| HSL | 150.38º | 0.72% | 0.79% | - |
| HSV(B) | 150.38º | 0.33% | 0.94% | - |
| XYZ | 56.4 | 74.11 | 66.59 | - |
| YUV | 211.93 | 121.83 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 201 | 0.33 | 0 | 0.16 | 0.06 | 150.38 | 0.72 | 0.79 |
| Hex | A1 | F0 | C9 | 21 | 0 | 10 | 6 | 96 | 48 | 4F |
| Octal | 241 | 360 | 311 | 41 | 0 | 20 | 6 | 226 | 110 | 117 |
| Binary | 10100001 | 11110000 | 11001001 | 100001 | 0 | 10000 | 110 | 10010110 | 1001000 | 1001111 |
Color Harmonies of #A1F0C9
Complementary color
Monochromatic Colors of #A1F0C9
Black with #A1F0C9
Text Example
Text Example
White with #A1F0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F0C9; }
p { color: rgb(161,240,201); }
H1.HeaderClassName
{
color: #A1F0C9;
}
.AnyTagClassName
{
color: #A1F0C9;
}
</style>
background-color css
<style>
a { background-color: #A1F0C9; }
a { background-color: rgb(161,240,201); }
div.DivClassName
{
background-color: #A1F0C9;
}
.BgClassName
{
background-color: #A1F0C9;
}
</style>
border-color css
<style>
span { border-color: #A1F0C9; }
span { border-color: rgb(161,240,201); }
td.TdClassName
{
border-color: #A1F0C9;
}
.TagClassName
{
border-color: #A1F0C9;
}
</style>