Shades of Magic Mint #AAEFC3
Tints of Magic Mint #AAEFC3
RGB
CMYK
RGB Variations
Color information
#AAEFC3 (or 0xAAEFC3) is known color: Magic Mint. HEX triplet: AA, EF and C3. RGB value is (170,239,195). Sum of RGB (Red+Green+Blue) = 170+239+195=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFC3 is #55103C. Grayscale: #D5D5D5. Windows color (decimal): -5574717 or 12840874. OLE color: 12840874.
HSL color Cylindrical-coordinate representation of color #AAEFC3: hue angle of 141.74º 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 #AAEFC3 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 195 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.06 |
| HSL | 141.74º | 0.68% | 0.8% | - |
| HSV(B) | 141.74º | 0.29% | 0.94% | - |
| XYZ | 57.29 | 74.22 | 62.94 | - |
| YUV | 213.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 195 | 0.29 | 0 | 0.18 | 0.06 | 141.74 | 0.68 | 0.8 |
| Hex | AA | EF | C3 | 1D | 0 | 12 | 6 | 8E | 44 | 50 |
| Octal | 252 | 357 | 303 | 35 | 0 | 22 | 6 | 216 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11000011 | 11101 | 0 | 10010 | 110 | 10001110 | 1000100 | 1010000 |
Color Harmonies of #AAEFC3
Complementary color
Monochromatic Colors of #AAEFC3
Black with #AAEFC3
Text Example
Text Example
White with #AAEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFC3; }
p { color: rgb(170,239,195); }
H1.HeaderClassName
{
color: #AAEFC3;
}
.AnyTagClassName
{
color: #AAEFC3;
}
</style>
background-color css
<style>
a { background-color: #AAEFC3; }
a { background-color: rgb(170,239,195); }
div.DivClassName
{
background-color: #AAEFC3;
}
.BgClassName
{
background-color: #AAEFC3;
}
</style>
border-color css
<style>
span { border-color: #AAEFC3; }
span { border-color: rgb(170,239,195); }
td.TdClassName
{
border-color: #AAEFC3;
}
.TagClassName
{
border-color: #AAEFC3;
}
</style>