Shades of Magic Mint #A1F9CC
Tints of Magic Mint #A1F9CC
RGB
CMYK
RGB Variations
Color information
#A1F9CC (or 0xA1F9CC) is known color: Magic Mint. HEX triplet: A1, F9 and CC. RGB value is (161,249,204). Sum of RGB (Red+Green+Blue) = 161+249+204=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9CC is #5E0633. Grayscale: #D9D9D9. Windows color (decimal): -6161972 or 13433249. OLE color: 13433249.
HSL color Cylindrical-coordinate representation of color #A1F9CC: hue angle of 149.32º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9CC is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 204 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.02 |
| HSL | 149.32º | 0.88% | 0.8% | - |
| HSV(B) | 149.32º | 0.35% | 0.98% | - |
| XYZ | 59.47 | 79.69 | 69.37 | - |
| YUV | 217.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 204 | 0.35 | 0 | 0.18 | 0.02 | 149.32 | 0.88 | 0.8 |
| Hex | A1 | F9 | CC | 23 | 0 | 12 | 2 | 95 | 58 | 50 |
| Octal | 241 | 371 | 314 | 43 | 0 | 22 | 2 | 225 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11001100 | 100011 | 0 | 10010 | 10 | 10010101 | 1011000 | 1010000 |
Color Harmonies of #A1F9CC
Complementary color
Monochromatic Colors of #A1F9CC
Black with #A1F9CC
Text Example
Text Example
White with #A1F9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9CC; }
p { color: rgb(161,249,204); }
H1.HeaderClassName
{
color: #A1F9CC;
}
.AnyTagClassName
{
color: #A1F9CC;
}
</style>
background-color css
<style>
a { background-color: #A1F9CC; }
a { background-color: rgb(161,249,204); }
div.DivClassName
{
background-color: #A1F9CC;
}
.BgClassName
{
background-color: #A1F9CC;
}
</style>
border-color css
<style>
span { border-color: #A1F9CC; }
span { border-color: rgb(161,249,204); }
td.TdClassName
{
border-color: #A1F9CC;
}
.TagClassName
{
border-color: #A1F9CC;
}
</style>