Shades of Magic Mint #A1F9DE
Tints of Magic Mint #A1F9DE
RGB
CMYK
RGB Variations
Color information
#A1F9DE (or 0xA1F9DE) is known color: Magic Mint. HEX triplet: A1, F9 and DE. RGB value is (161,249,222). Sum of RGB (Red+Green+Blue) = 161+249+222=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9DE is #5E0621. Grayscale: #DBDBDB. Windows color (decimal): -6161954 or 14612897. OLE color: 14612897.
HSL color Cylindrical-coordinate representation of color #A1F9DE: hue angle of 161.59º 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 #A1F9DE is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 222 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.02 |
| HSL | 161.59º | 0.88% | 0.8% | - |
| HSV(B) | 161.59º | 0.35% | 0.98% | - |
| XYZ | 61.76 | 80.6 | 81.41 | - |
| YUV | 219.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 222 | 0.35 | 0 | 0.11 | 0.02 | 161.59 | 0.88 | 0.8 |
| Hex | A1 | F9 | DE | 23 | 0 | B | 2 | A2 | 58 | 50 |
| Octal | 241 | 371 | 336 | 43 | 0 | 13 | 2 | 242 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11011110 | 100011 | 0 | 1011 | 10 | 10100010 | 1011000 | 1010000 |
Color Harmonies of #A1F9DE
Complementary color
Monochromatic Colors of #A1F9DE
Black with #A1F9DE
Text Example
Text Example
White with #A1F9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9DE; }
p { color: rgb(161,249,222); }
H1.HeaderClassName
{
color: #A1F9DE;
}
.AnyTagClassName
{
color: #A1F9DE;
}
</style>
background-color css
<style>
a { background-color: #A1F9DE; }
a { background-color: rgb(161,249,222); }
div.DivClassName
{
background-color: #A1F9DE;
}
.BgClassName
{
background-color: #A1F9DE;
}
</style>
border-color css
<style>
span { border-color: #A1F9DE; }
span { border-color: rgb(161,249,222); }
td.TdClassName
{
border-color: #A1F9DE;
}
.TagClassName
{
border-color: #A1F9DE;
}
</style>