Shades of Magic Mint #A1F9DA
Tints of Magic Mint #A1F9DA
RGB
CMYK
RGB Variations
Color information
#A1F9DA (or 0xA1F9DA) is known color: Magic Mint. HEX triplet: A1, F9 and DA. RGB value is (161,249,218). Sum of RGB (Red+Green+Blue) = 161+249+218=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9DA is #5E0625. Grayscale: #DBDBDB. Windows color (decimal): -6161958 or 14350753. OLE color: 14350753.
HSL color Cylindrical-coordinate representation of color #A1F9DA: hue angle of 158.86º 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 #A1F9DA is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 161 | 249 | 218 | - |
CMYK | 0.35 | 0 | 0.12 | 0.02 |
HSL | 158.86º | 0.88% | 0.8% | - |
HSV(B) | 158.86º | 0.35% | 0.98% | - |
XYZ | 61.23 | 80.39 | 78.62 | - |
YUV | 219.15 | 127.35 | 86.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 249 | 218 | 0.35 | 0 | 0.12 | 0.02 | 158.86 | 0.88 | 0.8 |
Hex | A1 | F9 | DA | 23 | 0 | C | 2 | 9F | 58 | 50 |
Octal | 241 | 371 | 332 | 43 | 0 | 14 | 2 | 237 | 130 | 120 |
Binary | 10100001 | 11111001 | 11011010 | 100011 | 0 | 1100 | 10 | 10011111 | 1011000 | 1010000 |
Color Harmonies of #A1F9DA
Complementary color
Monochromatic Colors of #A1F9DA
Black with #A1F9DA
Text Example
Text Example
White with #A1F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9DA; }
p { color: rgb(161,249,218); }
H1.HeaderClassName
{
color: #A1F9DA;
}
.AnyTagClassName
{
color: #A1F9DA;
}
</style>
background-color css
<style>
a { background-color: #A1F9DA; }
a { background-color: rgb(161,249,218); }
div.DivClassName
{
background-color: #A1F9DA;
}
.BgClassName
{
background-color: #A1F9DA;
}
</style>
border-color css
<style>
span { border-color: #A1F9DA; }
span { border-color: rgb(161,249,218); }
td.TdClassName
{
border-color: #A1F9DA;
}
.TagClassName
{
border-color: #A1F9DA;
}
</style>