Shades of Magic Mint #AAF6CB
Tints of Magic Mint #AAF6CB
RGB
CMYK
RGB Variations
Color information
#AAF6CB (or 0xAAF6CB) is known color: Magic Mint. HEX triplet: AA, F6 and CB. RGB value is (170,246,203). Sum of RGB (Red+Green+Blue) = 170+246+203=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6CB is #550934. Grayscale: #DADADA. Windows color (decimal): -5572917 or 13366954. OLE color: 13366954.
HSL color Cylindrical-coordinate representation of color #AAF6CB: hue angle of 146.05º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6CB is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 203 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.04 |
| HSL | 146.05º | 0.81% | 0.82% | - |
| HSV(B) | 146.05º | 0.31% | 0.96% | - |
| XYZ | 60.31 | 78.77 | 68.53 | - |
| YUV | 218.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 203 | 0.31 | 0 | 0.17 | 0.04 | 146.05 | 0.81 | 0.82 |
| Hex | AA | F6 | CB | 1F | 0 | 11 | 4 | 92 | 51 | 52 |
| Octal | 252 | 366 | 313 | 37 | 0 | 21 | 4 | 222 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11001011 | 11111 | 0 | 10001 | 100 | 10010010 | 1010001 | 1010010 |
Color Harmonies of #AAF6CB
Complementary color
Monochromatic Colors of #AAF6CB
Black with #AAF6CB
Text Example
Text Example
White with #AAF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6CB; }
p { color: rgb(170,246,203); }
H1.HeaderClassName
{
color: #AAF6CB;
}
.AnyTagClassName
{
color: #AAF6CB;
}
</style>
background-color css
<style>
a { background-color: #AAF6CB; }
a { background-color: rgb(170,246,203); }
div.DivClassName
{
background-color: #AAF6CB;
}
.BgClassName
{
background-color: #AAF6CB;
}
</style>
border-color css
<style>
span { border-color: #AAF6CB; }
span { border-color: rgb(170,246,203); }
td.TdClassName
{
border-color: #AAF6CB;
}
.TagClassName
{
border-color: #AAF6CB;
}
</style>