Shades of Magic Mint #AAFAC1
Tints of Magic Mint #AAFAC1
RGB
CMYK
RGB Variations
Color information
#AAFAC1 (or 0xAAFAC1) is known color: Magic Mint. HEX triplet: AA, FA and C1. RGB value is (170,250,193). Sum of RGB (Red+Green+Blue) = 170+250+193=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAC1 is #55053E. Grayscale: #DBDBDB. Windows color (decimal): -5571903 or 12712618. OLE color: 12712618.
HSL color Cylindrical-coordinate representation of color #AAFAC1: hue angle of 137.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAC1 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
RGB | 170 | 250 | 193 | - |
CMYK | 0.32 | 0 | 0.23 | 0.02 |
HSL | 137.25º | 0.89% | 0.82% | - |
HSV(B) | 137.25º | 0.32% | 0.98% | - |
XYZ | 60.39 | 80.77 | 62.86 | - |
YUV | 219.58 | 113 | 92.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 250 | 193 | 0.32 | 0 | 0.23 | 0.02 | 137.25 | 0.89 | 0.82 |
Hex | AA | FA | C1 | 20 | 0 | 17 | 2 | 89 | 59 | 52 |
Octal | 252 | 372 | 301 | 40 | 0 | 27 | 2 | 211 | 131 | 122 |
Binary | 10101010 | 11111010 | 11000001 | 100000 | 0 | 10111 | 10 | 10001001 | 1011001 | 1010010 |
Color Harmonies of #AAFAC1
Complementary color
Monochromatic Colors of #AAFAC1
Black with #AAFAC1
Text Example
Text Example
White with #AAFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFAC1; }
p { color: rgb(170,250,193); }
H1.HeaderClassName
{
color: #AAFAC1;
}
.AnyTagClassName
{
color: #AAFAC1;
}
</style>
background-color css
<style>
a { background-color: #AAFAC1; }
a { background-color: rgb(170,250,193); }
div.DivClassName
{
background-color: #AAFAC1;
}
.BgClassName
{
background-color: #AAFAC1;
}
</style>
border-color css
<style>
span { border-color: #AAFAC1; }
span { border-color: rgb(170,250,193); }
td.TdClassName
{
border-color: #AAFAC1;
}
.TagClassName
{
border-color: #AAFAC1;
}
</style>