Shades of Magic Mint #A1F5CC
Tints of Magic Mint #A1F5CC
RGB
CMYK
RGB Variations
Color information
#A1F5CC (or 0xA1F5CC) is known color: Magic Mint. HEX triplet: A1, F5 and CC. RGB value is (161,245,204). Sum of RGB (Red+Green+Blue) = 161+245+204=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F5CC is #5E0A33. Grayscale: #D7D7D7. Windows color (decimal): -6162996 or 13432225. OLE color: 13432225.
HSL color Cylindrical-coordinate representation of color #A1F5CC: hue angle of 150.71º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F5CC is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 204 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.04 |
| HSL | 150.71º | 0.81% | 0.8% | - |
| HSV(B) | 150.71º | 0.34% | 0.96% | - |
| XYZ | 58.25 | 77.24 | 68.97 | - |
| YUV | 215.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 204 | 0.34 | 0 | 0.17 | 0.04 | 150.71 | 0.81 | 0.8 |
| Hex | A1 | F5 | CC | 22 | 0 | 11 | 4 | 97 | 51 | 50 |
| Octal | 241 | 365 | 314 | 42 | 0 | 21 | 4 | 227 | 121 | 120 |
| Binary | 10100001 | 11110101 | 11001100 | 100010 | 0 | 10001 | 100 | 10010111 | 1010001 | 1010000 |
Color Harmonies of #A1F5CC
Complementary color
Monochromatic Colors of #A1F5CC
Black with #A1F5CC
Text Example
Text Example
White with #A1F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F5CC; }
p { color: rgb(161,245,204); }
H1.HeaderClassName
{
color: #A1F5CC;
}
.AnyTagClassName
{
color: #A1F5CC;
}
</style>
background-color css
<style>
a { background-color: #A1F5CC; }
a { background-color: rgb(161,245,204); }
div.DivClassName
{
background-color: #A1F5CC;
}
.BgClassName
{
background-color: #A1F5CC;
}
</style>
border-color css
<style>
span { border-color: #A1F5CC; }
span { border-color: rgb(161,245,204); }
td.TdClassName
{
border-color: #A1F5CC;
}
.TagClassName
{
border-color: #A1F5CC;
}
</style>