Shades of Magic Mint #AAEFC9
Tints of Magic Mint #AAEFC9
RGB
CMYK
RGB Variations
Color information
#AAEFC9 (or 0xAAEFC9) is known color: Magic Mint. HEX triplet: AA, EF and C9. RGB value is (170,239,201). Sum of RGB (Red+Green+Blue) = 170+239+201=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFC9 is #551036. Grayscale: #D6D6D6. Windows color (decimal): -5574711 or 13234090. OLE color: 13234090.
HSL color Cylindrical-coordinate representation of color #AAEFC9: hue angle of 146.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFC9 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 201 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.06 |
| HSL | 146.96º | 0.68% | 0.8% | - |
| HSV(B) | 146.96º | 0.29% | 0.94% | - |
| XYZ | 57.99 | 74.5 | 66.58 | - |
| YUV | 214.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 201 | 0.29 | 0 | 0.16 | 0.06 | 146.96 | 0.68 | 0.8 |
| Hex | AA | EF | C9 | 1D | 0 | 10 | 6 | 93 | 44 | 50 |
| Octal | 252 | 357 | 311 | 35 | 0 | 20 | 6 | 223 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11001001 | 11101 | 0 | 10000 | 110 | 10010011 | 1000100 | 1010000 |
Color Harmonies of #AAEFC9
Complementary color
Monochromatic Colors of #AAEFC9
Black with #AAEFC9
Text Example
Text Example
White with #AAEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFC9; }
p { color: rgb(170,239,201); }
H1.HeaderClassName
{
color: #AAEFC9;
}
.AnyTagClassName
{
color: #AAEFC9;
}
</style>
background-color css
<style>
a { background-color: #AAEFC9; }
a { background-color: rgb(170,239,201); }
div.DivClassName
{
background-color: #AAEFC9;
}
.BgClassName
{
background-color: #AAEFC9;
}
</style>
border-color css
<style>
span { border-color: #AAEFC9; }
span { border-color: rgb(170,239,201); }
td.TdClassName
{
border-color: #AAEFC9;
}
.TagClassName
{
border-color: #AAEFC9;
}
</style>