Shades of Magic Mint #AEE7CB
Tints of Magic Mint #AEE7CB
RGB
CMYK
RGB Variations
Color information
#AEE7CB (or 0xAEE7CB) is known color: Magic Mint. HEX triplet: AE, E7 and CB. RGB value is (174,231,203). Sum of RGB (Red+Green+Blue) = 174+231+203=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE7CB is #511834. Grayscale: #D2D2D2. Windows color (decimal): -5314613 or 13363118. OLE color: 13363118.
HSL color Cylindrical-coordinate representation of color #AEE7CB: hue angle of 150.53º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE7CB is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 203 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.09 |
| HSL | 150.53º | 0.54% | 0.79% | - |
| HSV(B) | 150.53º | 0.25% | 0.91% | - |
| XYZ | 56.81 | 70.46 | 67.11 | - |
| YUV | 210.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 203 | 0.25 | 0 | 0.12 | 0.09 | 150.53 | 0.54 | 0.79 |
| Hex | AE | E7 | CB | 19 | 0 | C | 9 | 97 | 36 | 4F |
| Octal | 256 | 347 | 313 | 31 | 0 | 14 | 11 | 227 | 66 | 117 |
| Binary | 10101110 | 11100111 | 11001011 | 11001 | 0 | 1100 | 1001 | 10010111 | 110110 | 1001111 |
Color Harmonies of #AEE7CB
Complementary color
Monochromatic Colors of #AEE7CB
Black with #AEE7CB
Text Example
Text Example
White with #AEE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE7CB; }
p { color: rgb(174,231,203); }
H1.HeaderClassName
{
color: #AEE7CB;
}
.AnyTagClassName
{
color: #AEE7CB;
}
</style>
background-color css
<style>
a { background-color: #AEE7CB; }
a { background-color: rgb(174,231,203); }
div.DivClassName
{
background-color: #AEE7CB;
}
.BgClassName
{
background-color: #AEE7CB;
}
</style>
border-color css
<style>
span { border-color: #AEE7CB; }
span { border-color: rgb(174,231,203); }
td.TdClassName
{
border-color: #AEE7CB;
}
.TagClassName
{
border-color: #AEE7CB;
}
</style>