Shades of Magic Mint #AEE8CB
Tints of Magic Mint #AEE8CB
RGB
CMYK
RGB Variations
Color information
#AEE8CB (or 0xAEE8CB) is known color: Magic Mint. HEX triplet: AE, E8 and CB. RGB value is (174,232,203). Sum of RGB (Red+Green+Blue) = 174+232+203=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8CB is #511734. Grayscale: #D3D3D3. Windows color (decimal): -5314357 or 13363374. OLE color: 13363374.
HSL color Cylindrical-coordinate representation of color #AEE8CB: hue angle of 150º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE8CB is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 203 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.09 |
| HSL | 150º | 0.56% | 0.8% | - |
| HSV(B) | 150º | 0.25% | 0.91% | - |
| XYZ | 57.09 | 71.02 | 67.2 | - |
| YUV | 211.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 203 | 0.25 | 0 | 0.12 | 0.09 | 150 | 0.56 | 0.8 |
| Hex | AE | E8 | CB | 19 | 0 | C | 9 | 96 | 38 | 50 |
| Octal | 256 | 350 | 313 | 31 | 0 | 14 | 11 | 226 | 70 | 120 |
| Binary | 10101110 | 11101000 | 11001011 | 11001 | 0 | 1100 | 1001 | 10010110 | 111000 | 1010000 |
Color Harmonies of #AEE8CB
Complementary color
Monochromatic Colors of #AEE8CB
Black with #AEE8CB
Text Example
Text Example
White with #AEE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE8CB; }
p { color: rgb(174,232,203); }
H1.HeaderClassName
{
color: #AEE8CB;
}
.AnyTagClassName
{
color: #AEE8CB;
}
</style>
background-color css
<style>
a { background-color: #AEE8CB; }
a { background-color: rgb(174,232,203); }
div.DivClassName
{
background-color: #AEE8CB;
}
.BgClassName
{
background-color: #AEE8CB;
}
</style>
border-color css
<style>
span { border-color: #AEE8CB; }
span { border-color: rgb(174,232,203); }
td.TdClassName
{
border-color: #AEE8CB;
}
.TagClassName
{
border-color: #AEE8CB;
}
</style>