Shades of Magic Mint #AAF1D0
Tints of Magic Mint #AAF1D0
RGB
CMYK
RGB Variations
Color information
#AAF1D0 (or 0xAAF1D0) is known color: Magic Mint. HEX triplet: AA, F1 and D0. RGB value is (170,241,208). Sum of RGB (Red+Green+Blue) = 170+241+208=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1D0 is #550E2F. Grayscale: #D8D8D8. Windows color (decimal): -5574192 or 13693354. OLE color: 13693354.
HSL color Cylindrical-coordinate representation of color #AAF1D0: hue angle of 152.11º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1D0 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 208 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 152.11º | 0.72% | 0.81% | - |
| HSV(B) | 152.11º | 0.29% | 0.95% | - |
| XYZ | 59.42 | 76.01 | 71.21 | - |
| YUV | 216.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 208 | 0.29 | 0 | 0.14 | 0.05 | 152.11 | 0.72 | 0.81 |
| Hex | AA | F1 | D0 | 1D | 0 | E | 5 | 98 | 48 | 51 |
| Octal | 252 | 361 | 320 | 35 | 0 | 16 | 5 | 230 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11010000 | 11101 | 0 | 1110 | 101 | 10011000 | 1001000 | 1010001 |
Color Harmonies of #AAF1D0
Complementary color
Monochromatic Colors of #AAF1D0
Black with #AAF1D0
Text Example
Text Example
White with #AAF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1D0; }
p { color: rgb(170,241,208); }
H1.HeaderClassName
{
color: #AAF1D0;
}
.AnyTagClassName
{
color: #AAF1D0;
}
</style>
background-color css
<style>
a { background-color: #AAF1D0; }
a { background-color: rgb(170,241,208); }
div.DivClassName
{
background-color: #AAF1D0;
}
.BgClassName
{
background-color: #AAF1D0;
}
</style>
border-color css
<style>
span { border-color: #AAF1D0; }
span { border-color: rgb(170,241,208); }
td.TdClassName
{
border-color: #AAF1D0;
}
.TagClassName
{
border-color: #AAF1D0;
}
</style>