Shades of Magic Mint #A1FCD0
Tints of Magic Mint #A1FCD0
RGB
CMYK
RGB Variations
Color information
#A1FCD0 (or 0xA1FCD0) is known color: Magic Mint. HEX triplet: A1, FC and D0. RGB value is (161,252,208). Sum of RGB (Red+Green+Blue) = 161+252+208=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCD0 is #5E032F. Grayscale: #DBDBDB. Windows color (decimal): -6161200 or 13696161. OLE color: 13696161.
HSL color Cylindrical-coordinate representation of color #A1FCD0: hue angle of 150.99º 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 #A1FCD0 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 252 | 208 | - |
CMYK | 0.36 | 0 | 0.17 | 0.01 |
HSL | 150.99º | 0.94% | 0.81% | - |
HSV(B) | 150.99º | 0.36% | 0.99% | - |
XYZ | 60.89 | 81.75 | 72.24 | - |
YUV | 219.78 | 121.35 | 86.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 252 | 208 | 0.36 | 0 | 0.17 | 0.01 | 150.99 | 0.94 | 0.81 |
Hex | A1 | FC | D0 | 24 | 0 | 11 | 1 | 97 | 5E | 51 |
Octal | 241 | 374 | 320 | 44 | 0 | 21 | 1 | 227 | 136 | 121 |
Binary | 10100001 | 11111100 | 11010000 | 100100 | 0 | 10001 | 1 | 10010111 | 1011110 | 1010001 |
Color Harmonies of #A1FCD0
Complementary color
Monochromatic Colors of #A1FCD0
Black with #A1FCD0
Text Example
Text Example
White with #A1FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCD0; }
p { color: rgb(161,252,208); }
H1.HeaderClassName
{
color: #A1FCD0;
}
.AnyTagClassName
{
color: #A1FCD0;
}
</style>
background-color css
<style>
a { background-color: #A1FCD0; }
a { background-color: rgb(161,252,208); }
div.DivClassName
{
background-color: #A1FCD0;
}
.BgClassName
{
background-color: #A1FCD0;
}
</style>
border-color css
<style>
span { border-color: #A1FCD0; }
span { border-color: rgb(161,252,208); }
td.TdClassName
{
border-color: #A1FCD0;
}
.TagClassName
{
border-color: #A1FCD0;
}
</style>