Shades of Magic Mint #AAEFCE
Tints of Magic Mint #AAEFCE
RGB
CMYK
RGB Variations
Color information
#AAEFCE (or 0xAAEFCE) is known color: Magic Mint. HEX triplet: AA, EF and CE. RGB value is (170,239,206). Sum of RGB (Red+Green+Blue) = 170+239+206=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFCE is #551031. Grayscale: #D6D6D6. Windows color (decimal): -5574706 or 13561770. OLE color: 13561770.
HSL color Cylindrical-coordinate representation of color #AAEFCE: hue angle of 151.3º 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 #AAEFCE is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 206 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.06 |
| HSL | 151.3º | 0.68% | 0.8% | - |
| HSV(B) | 151.3º | 0.29% | 0.94% | - |
| XYZ | 58.58 | 74.74 | 69.73 | - |
| YUV | 214.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 206 | 0.29 | 0 | 0.14 | 0.06 | 151.3 | 0.68 | 0.8 |
| Hex | AA | EF | CE | 1D | 0 | E | 6 | 97 | 44 | 50 |
| Octal | 252 | 357 | 316 | 35 | 0 | 16 | 6 | 227 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11001110 | 11101 | 0 | 1110 | 110 | 10010111 | 1000100 | 1010000 |
Color Harmonies of #AAEFCE
Complementary color
Monochromatic Colors of #AAEFCE
Black with #AAEFCE
Text Example
Text Example
White with #AAEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFCE; }
p { color: rgb(170,239,206); }
H1.HeaderClassName
{
color: #AAEFCE;
}
.AnyTagClassName
{
color: #AAEFCE;
}
</style>
background-color css
<style>
a { background-color: #AAEFCE; }
a { background-color: rgb(170,239,206); }
div.DivClassName
{
background-color: #AAEFCE;
}
.BgClassName
{
background-color: #AAEFCE;
}
</style>
border-color css
<style>
span { border-color: #AAEFCE; }
span { border-color: rgb(170,239,206); }
td.TdClassName
{
border-color: #AAEFCE;
}
.TagClassName
{
border-color: #AAEFCE;
}
</style>