Shades of Magic Mint #A1F9DC
Tints of Magic Mint #A1F9DC
RGB
CMYK
RGB Variations
Color information
#A1F9DC (or 0xA1F9DC) is known color: Magic Mint. HEX triplet: A1, F9 and DC. RGB value is (161,249,220). Sum of RGB (Red+Green+Blue) = 161+249+220=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9DC is #5E0623. Grayscale: #DBDBDB. Windows color (decimal): -6161956 or 14481825. OLE color: 14481825.
HSL color Cylindrical-coordinate representation of color #A1F9DC: hue angle of 160.23º 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 #A1F9DC is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 220 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.02 |
| HSL | 160.23º | 0.88% | 0.8% | - |
| HSV(B) | 160.23º | 0.35% | 0.98% | - |
| XYZ | 61.49 | 80.5 | 80.01 | - |
| YUV | 219.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 220 | 0.35 | 0 | 0.12 | 0.02 | 160.23 | 0.88 | 0.8 |
| Hex | A1 | F9 | DC | 23 | 0 | C | 2 | A0 | 58 | 50 |
| Octal | 241 | 371 | 334 | 43 | 0 | 14 | 2 | 240 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11011100 | 100011 | 0 | 1100 | 10 | 10100000 | 1011000 | 1010000 |
Color Harmonies of #A1F9DC
Complementary color
Monochromatic Colors of #A1F9DC
Black with #A1F9DC
Text Example
Text Example
White with #A1F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9DC; }
p { color: rgb(161,249,220); }
H1.HeaderClassName
{
color: #A1F9DC;
}
.AnyTagClassName
{
color: #A1F9DC;
}
</style>
background-color css
<style>
a { background-color: #A1F9DC; }
a { background-color: rgb(161,249,220); }
div.DivClassName
{
background-color: #A1F9DC;
}
.BgClassName
{
background-color: #A1F9DC;
}
</style>
border-color css
<style>
span { border-color: #A1F9DC; }
span { border-color: rgb(161,249,220); }
td.TdClassName
{
border-color: #A1F9DC;
}
.TagClassName
{
border-color: #A1F9DC;
}
</style>