Shades of Magic Mint #AEE5CB
Tints of Magic Mint #AEE5CB
RGB
CMYK
RGB Variations
Color information
#AEE5CB (or 0xAEE5CB) is known color: Magic Mint. HEX triplet: AE, E5 and CB. RGB value is (174,229,203). Sum of RGB (Red+Green+Blue) = 174+229+203=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5CB is #511A34. Grayscale: #D1D1D1. Windows color (decimal): -5315125 or 13362606. OLE color: 13362606.
HSL color Cylindrical-coordinate representation of color #AEE5CB: hue angle of 151.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5CB is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 203 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.10 |
| HSL | 151.64º | 0.51% | 0.79% | - |
| HSV(B) | 151.64º | 0.24% | 0.9% | - |
| XYZ | 56.25 | 69.35 | 66.92 | - |
| YUV | 209.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 203 | 0.24 | 0 | 0.11 | 0.10 | 151.64 | 0.51 | 0.79 |
| Hex | AE | E5 | CB | 18 | 0 | B | A | 98 | 33 | 4F |
| Octal | 256 | 345 | 313 | 30 | 0 | 13 | 12 | 230 | 63 | 117 |
| Binary | 10101110 | 11100101 | 11001011 | 11000 | 0 | 1011 | 1010 | 10011000 | 110011 | 1001111 |
Color Harmonies of #AEE5CB
Complementary color
Monochromatic Colors of #AEE5CB
Black with #AEE5CB
Text Example
Text Example
White with #AEE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5CB; }
p { color: rgb(174,229,203); }
H1.HeaderClassName
{
color: #AEE5CB;
}
.AnyTagClassName
{
color: #AEE5CB;
}
</style>
background-color css
<style>
a { background-color: #AEE5CB; }
a { background-color: rgb(174,229,203); }
div.DivClassName
{
background-color: #AEE5CB;
}
.BgClassName
{
background-color: #AEE5CB;
}
</style>
border-color css
<style>
span { border-color: #AEE5CB; }
span { border-color: rgb(174,229,203); }
td.TdClassName
{
border-color: #AEE5CB;
}
.TagClassName
{
border-color: #AEE5CB;
}
</style>