Shades of Magic Mint #AEE8CC
Tints of Magic Mint #AEE8CC
RGB
CMYK
RGB Variations
Color information
#AEE8CC (or 0xAEE8CC) is known color: Magic Mint. HEX triplet: AE, E8 and CC. RGB value is (174,232,204). Sum of RGB (Red+Green+Blue) = 174+232+204=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8CC is #511733. Grayscale: #D3D3D3. Windows color (decimal): -5314356 or 13428910. OLE color: 13428910.
HSL color Cylindrical-coordinate representation of color #AEE8CC: hue angle of 151.03º 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 #AEE8CC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 204 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.09 |
| HSL | 151.03º | 0.56% | 0.8% | - |
| HSV(B) | 151.03º | 0.25% | 0.91% | - |
| XYZ | 57.21 | 71.07 | 67.83 | - |
| YUV | 211.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 204 | 0.25 | 0 | 0.12 | 0.09 | 151.03 | 0.56 | 0.8 |
| Hex | AE | E8 | CC | 19 | 0 | C | 9 | 97 | 38 | 50 |
| Octal | 256 | 350 | 314 | 31 | 0 | 14 | 11 | 227 | 70 | 120 |
| Binary | 10101110 | 11101000 | 11001100 | 11001 | 0 | 1100 | 1001 | 10010111 | 111000 | 1010000 |
Color Harmonies of #AEE8CC
Complementary color
Monochromatic Colors of #AEE8CC
Black with #AEE8CC
Text Example
Text Example
White with #AEE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE8CC; }
p { color: rgb(174,232,204); }
H1.HeaderClassName
{
color: #AEE8CC;
}
.AnyTagClassName
{
color: #AEE8CC;
}
</style>
background-color css
<style>
a { background-color: #AEE8CC; }
a { background-color: rgb(174,232,204); }
div.DivClassName
{
background-color: #AEE8CC;
}
.BgClassName
{
background-color: #AEE8CC;
}
</style>
border-color css
<style>
span { border-color: #AEE8CC; }
span { border-color: rgb(174,232,204); }
td.TdClassName
{
border-color: #AEE8CC;
}
.TagClassName
{
border-color: #AEE8CC;
}
</style>