Shades of Magic Mint #AAF2CB
Tints of Magic Mint #AAF2CB
RGB
CMYK
RGB Variations
Color information
#AAF2CB (or 0xAAF2CB) is known color: Magic Mint. HEX triplet: AA, F2 and CB. RGB value is (170,242,203). Sum of RGB (Red+Green+Blue) = 170+242+203=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2CB is #550D34. Grayscale: #D8D8D8. Windows color (decimal): -5573941 or 13365930. OLE color: 13365930.
HSL color Cylindrical-coordinate representation of color #AAF2CB: hue angle of 147.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2CB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 203 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.05 |
| HSL | 147.5º | 0.73% | 0.81% | - |
| HSV(B) | 147.5º | 0.3% | 0.95% | - |
| XYZ | 59.11 | 76.36 | 68.12 | - |
| YUV | 216.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 203 | 0.30 | 0 | 0.16 | 0.05 | 147.5 | 0.73 | 0.81 |
| Hex | AA | F2 | CB | 1E | 0 | 10 | 5 | 94 | 49 | 51 |
| Octal | 252 | 362 | 313 | 36 | 0 | 20 | 5 | 224 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11001011 | 11110 | 0 | 10000 | 101 | 10010100 | 1001001 | 1010001 |
Color Harmonies of #AAF2CB
Complementary color
Monochromatic Colors of #AAF2CB
Black with #AAF2CB
Text Example
Text Example
White with #AAF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2CB; }
p { color: rgb(170,242,203); }
H1.HeaderClassName
{
color: #AAF2CB;
}
.AnyTagClassName
{
color: #AAF2CB;
}
</style>
background-color css
<style>
a { background-color: #AAF2CB; }
a { background-color: rgb(170,242,203); }
div.DivClassName
{
background-color: #AAF2CB;
}
.BgClassName
{
background-color: #AAF2CB;
}
</style>
border-color css
<style>
span { border-color: #AAF2CB; }
span { border-color: rgb(170,242,203); }
td.TdClassName
{
border-color: #AAF2CB;
}
.TagClassName
{
border-color: #AAF2CB;
}
</style>