Shades of Magic Mint #A1FCD7
Tints of Magic Mint #A1FCD7
RGB
CMYK
RGB Variations
Color information
#A1FCD7 (or 0xA1FCD7) is known color: Magic Mint. HEX triplet: A1, FC and D7. RGB value is (161,252,215). Sum of RGB (Red+Green+Blue) = 161+252+215=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCD7 is #5E0328. Grayscale: #DCDCDC. Windows color (decimal): -6161193 or 14154913. OLE color: 14154913.
HSL color Cylindrical-coordinate representation of color #A1FCD7: hue angle of 155.6º degrees, saturation: 0.94, 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 #A1FCD7 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 215 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.01 |
| HSL | 155.6º | 0.94% | 0.81% | - |
| HSV(B) | 155.6º | 0.36% | 0.99% | - |
| XYZ | 61.77 | 82.1 | 76.88 | - |
| YUV | 220.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 215 | 0.36 | 0 | 0.15 | 0.01 | 155.6 | 0.94 | 0.81 |
| Hex | A1 | FC | D7 | 24 | 0 | F | 1 | 9C | 5E | 51 |
| Octal | 241 | 374 | 327 | 44 | 0 | 17 | 1 | 234 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11010111 | 100100 | 0 | 1111 | 1 | 10011100 | 1011110 | 1010001 |
Color Harmonies of #A1FCD7
Complementary color
Monochromatic Colors of #A1FCD7
Black with #A1FCD7
Text Example
Text Example
White with #A1FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCD7; }
p { color: rgb(161,252,215); }
H1.HeaderClassName
{
color: #A1FCD7;
}
.AnyTagClassName
{
color: #A1FCD7;
}
</style>
background-color css
<style>
a { background-color: #A1FCD7; }
a { background-color: rgb(161,252,215); }
div.DivClassName
{
background-color: #A1FCD7;
}
.BgClassName
{
background-color: #A1FCD7;
}
</style>
border-color css
<style>
span { border-color: #A1FCD7; }
span { border-color: rgb(161,252,215); }
td.TdClassName
{
border-color: #A1FCD7;
}
.TagClassName
{
border-color: #A1FCD7;
}
</style>