Shades of Magic Mint #AAEBCA
Tints of Magic Mint #AAEBCA
RGB
CMYK
RGB Variations
Color information
#AAEBCA (or 0xAAEBCA) is known color: Magic Mint. HEX triplet: AA, EB and CA. RGB value is (170,235,202). Sum of RGB (Red+Green+Blue) = 170+235+202=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBCA is #551435. Grayscale: #D3D3D3. Windows color (decimal): -5575734 or 13298602. OLE color: 13298602.
HSL color Cylindrical-coordinate representation of color #AAEBCA: hue angle of 149.54º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBCA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 202 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.08 |
| HSL | 149.54º | 0.62% | 0.79% | - |
| HSV(B) | 149.54º | 0.28% | 0.92% | - |
| XYZ | 56.95 | 72.23 | 66.82 | - |
| YUV | 211.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 202 | 0.28 | 0 | 0.14 | 0.08 | 149.54 | 0.62 | 0.79 |
| Hex | AA | EB | CA | 1C | 0 | E | 8 | 96 | 3E | 4F |
| Octal | 252 | 353 | 312 | 34 | 0 | 16 | 10 | 226 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11001010 | 11100 | 0 | 1110 | 1000 | 10010110 | 111110 | 1001111 |
Color Harmonies of #AAEBCA
Complementary color
Monochromatic Colors of #AAEBCA
Black with #AAEBCA
Text Example
Text Example
White with #AAEBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBCA; }
p { color: rgb(170,235,202); }
H1.HeaderClassName
{
color: #AAEBCA;
}
.AnyTagClassName
{
color: #AAEBCA;
}
</style>
background-color css
<style>
a { background-color: #AAEBCA; }
a { background-color: rgb(170,235,202); }
div.DivClassName
{
background-color: #AAEBCA;
}
.BgClassName
{
background-color: #AAEBCA;
}
</style>
border-color css
<style>
span { border-color: #AAEBCA; }
span { border-color: rgb(170,235,202); }
td.TdClassName
{
border-color: #AAEBCA;
}
.TagClassName
{
border-color: #AAEBCA;
}
</style>