Shades of Magic Mint #AAFBC2
Tints of Magic Mint #AAFBC2
RGB
CMYK
RGB Variations
Color information
#AAFBC2 (or 0xAAFBC2) is known color: Magic Mint. HEX triplet: AA, FB and C2. RGB value is (170,251,194). Sum of RGB (Red+Green+Blue) = 170+251+194=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBC2 is #55043D. Grayscale: #DCDCDC. Windows color (decimal): -5571646 or 12778410. OLE color: 12778410.
HSL color Cylindrical-coordinate representation of color #AAFBC2: hue angle of 137.78º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBC2 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 194 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.02 |
| HSL | 137.78º | 0.91% | 0.83% | - |
| HSV(B) | 137.78º | 0.32% | 0.98% | - |
| XYZ | 60.81 | 81.44 | 63.55 | - |
| YUV | 220.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 194 | 0.32 | 0 | 0.23 | 0.02 | 137.78 | 0.91 | 0.83 |
| Hex | AA | FB | C2 | 20 | 0 | 17 | 2 | 8A | 5B | 53 |
| Octal | 252 | 373 | 302 | 40 | 0 | 27 | 2 | 212 | 133 | 123 |
| Binary | 10101010 | 11111011 | 11000010 | 100000 | 0 | 10111 | 10 | 10001010 | 1011011 | 1010011 |
Color Harmonies of #AAFBC2
Complementary color
Monochromatic Colors of #AAFBC2
Black with #AAFBC2
Text Example
Text Example
White with #AAFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBC2; }
p { color: rgb(170,251,194); }
H1.HeaderClassName
{
color: #AAFBC2;
}
.AnyTagClassName
{
color: #AAFBC2;
}
</style>
background-color css
<style>
a { background-color: #AAFBC2; }
a { background-color: rgb(170,251,194); }
div.DivClassName
{
background-color: #AAFBC2;
}
.BgClassName
{
background-color: #AAFBC2;
}
</style>
border-color css
<style>
span { border-color: #AAFBC2; }
span { border-color: rgb(170,251,194); }
td.TdClassName
{
border-color: #AAFBC2;
}
.TagClassName
{
border-color: #AAFBC2;
}
</style>