Shades of Magic Mint #AEEBCD
Tints of Magic Mint #AEEBCD
RGB
CMYK
RGB Variations
Color information
#AEEBCD (or 0xAEEBCD) is known color: Magic Mint. HEX triplet: AE, EB and CD. RGB value is (174,235,205). Sum of RGB (Red+Green+Blue) = 174+235+205=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBCD is #511432. Grayscale: #D5D5D5. Windows color (decimal): -5313587 or 13495214. OLE color: 13495214.
HSL color Cylindrical-coordinate representation of color #AEEBCD: hue angle of 150.49º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBCD is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 205 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.08 |
| HSL | 150.49º | 0.6% | 0.8% | - |
| HSV(B) | 150.49º | 0.26% | 0.92% | - |
| XYZ | 58.18 | 72.82 | 68.75 | - |
| YUV | 213.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 205 | 0.26 | 0 | 0.13 | 0.08 | 150.49 | 0.6 | 0.8 |
| Hex | AE | EB | CD | 1A | 0 | D | 8 | 96 | 3C | 50 |
| Octal | 256 | 353 | 315 | 32 | 0 | 15 | 10 | 226 | 74 | 120 |
| Binary | 10101110 | 11101011 | 11001101 | 11010 | 0 | 1101 | 1000 | 10010110 | 111100 | 1010000 |
Color Harmonies of #AEEBCD
Complementary color
Monochromatic Colors of #AEEBCD
Black with #AEEBCD
Text Example
Text Example
White with #AEEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBCD; }
p { color: rgb(174,235,205); }
H1.HeaderClassName
{
color: #AEEBCD;
}
.AnyTagClassName
{
color: #AEEBCD;
}
</style>
background-color css
<style>
a { background-color: #AEEBCD; }
a { background-color: rgb(174,235,205); }
div.DivClassName
{
background-color: #AEEBCD;
}
.BgClassName
{
background-color: #AEEBCD;
}
</style>
border-color css
<style>
span { border-color: #AEEBCD; }
span { border-color: rgb(174,235,205); }
td.TdClassName
{
border-color: #AEEBCD;
}
.TagClassName
{
border-color: #AEEBCD;
}
</style>