Shades of Magic Mint #A1FDCC
Tints of Magic Mint #A1FDCC
RGB
CMYK
RGB Variations
Color information
#A1FDCC (or 0xA1FDCC) is known color: Magic Mint. HEX triplet: A1, FD and CC. RGB value is (161,253,204). Sum of RGB (Red+Green+Blue) = 161+253+204=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDCC is #5E0233. Grayscale: #DCDCDC. Windows color (decimal): -6160948 or 13434273. OLE color: 13434273.
HSL color Cylindrical-coordinate representation of color #A1FDCC: hue angle of 148.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDCC is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 204 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.01 |
| HSL | 148.04º | 0.96% | 0.81% | - |
| HSV(B) | 148.04º | 0.36% | 0.99% | - |
| XYZ | 60.72 | 82.19 | 69.79 | - |
| YUV | 219.91 | 119.02 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 204 | 0.36 | 0 | 0.19 | 0.01 | 148.04 | 0.96 | 0.81 |
| Hex | A1 | FD | CC | 24 | 0 | 13 | 1 | 94 | 60 | 51 |
| Octal | 241 | 375 | 314 | 44 | 0 | 23 | 1 | 224 | 140 | 121 |
| Binary | 10100001 | 11111101 | 11001100 | 100100 | 0 | 10011 | 1 | 10010100 | 1100000 | 1010001 |
Color Harmonies of #A1FDCC
Complementary color
Monochromatic Colors of #A1FDCC
Black with #A1FDCC
Text Example
Text Example
White with #A1FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDCC; }
p { color: rgb(161,253,204); }
H1.HeaderClassName
{
color: #A1FDCC;
}
.AnyTagClassName
{
color: #A1FDCC;
}
</style>
background-color css
<style>
a { background-color: #A1FDCC; }
a { background-color: rgb(161,253,204); }
div.DivClassName
{
background-color: #A1FDCC;
}
.BgClassName
{
background-color: #A1FDCC;
}
</style>
border-color css
<style>
span { border-color: #A1FDCC; }
span { border-color: rgb(161,253,204); }
td.TdClassName
{
border-color: #A1FDCC;
}
.TagClassName
{
border-color: #A1FDCC;
}
</style>