Shades of Magic Mint #AAFBDB
Tints of Magic Mint #AAFBDB
RGB
CMYK
RGB Variations
Color information
#AAFBDB (or 0xAAFBDB) is known color: Magic Mint. HEX triplet: AA, FB and DB. RGB value is (170,251,219). Sum of RGB (Red+Green+Blue) = 170+251+219=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBDB is #550424. Grayscale: #DFDFDF. Windows color (decimal): -5571621 or 14416810. OLE color: 14416810.
HSL color Cylindrical-coordinate representation of color #AAFBDB: hue angle of 156.3º 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 #AAFBDB is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 219 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.02 |
| HSL | 156.3º | 0.91% | 0.83% | - |
| HSV(B) | 156.3º | 0.32% | 0.98% | - |
| XYZ | 63.86 | 82.65 | 79.61 | - |
| YUV | 223.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 219 | 0.32 | 0 | 0.13 | 0.02 | 156.3 | 0.91 | 0.83 |
| Hex | AA | FB | DB | 20 | 0 | D | 2 | 9C | 5B | 53 |
| Octal | 252 | 373 | 333 | 40 | 0 | 15 | 2 | 234 | 133 | 123 |
| Binary | 10101010 | 11111011 | 11011011 | 100000 | 0 | 1101 | 10 | 10011100 | 1011011 | 1010011 |
Color Harmonies of #AAFBDB
Complementary color
Monochromatic Colors of #AAFBDB
Black with #AAFBDB
Text Example
Text Example
White with #AAFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBDB; }
p { color: rgb(170,251,219); }
H1.HeaderClassName
{
color: #AAFBDB;
}
.AnyTagClassName
{
color: #AAFBDB;
}
</style>
background-color css
<style>
a { background-color: #AAFBDB; }
a { background-color: rgb(170,251,219); }
div.DivClassName
{
background-color: #AAFBDB;
}
.BgClassName
{
background-color: #AAFBDB;
}
</style>
border-color css
<style>
span { border-color: #AAFBDB; }
span { border-color: rgb(170,251,219); }
td.TdClassName
{
border-color: #AAFBDB;
}
.TagClassName
{
border-color: #AAFBDB;
}
</style>