Shades of Magic Mint #AEEDCE
Tints of Magic Mint #AEEDCE
RGB
CMYK
RGB Variations
Color information
#AEEDCE (or 0xAEEDCE) is known color: Magic Mint. HEX triplet: AE, ED and CE. RGB value is (174,237,206). Sum of RGB (Red+Green+Blue) = 174+237+206=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDCE is #511231. Grayscale: #D6D6D6. Windows color (decimal): -5313074 or 13561262. OLE color: 13561262.
HSL color Cylindrical-coordinate representation of color #AEEDCE: hue angle of 150.48º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDCE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 206 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.07 |
| HSL | 150.48º | 0.64% | 0.81% | - |
| HSV(B) | 150.48º | 0.27% | 0.93% | - |
| XYZ | 58.88 | 74.02 | 69.58 | - |
| YUV | 214.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 206 | 0.27 | 0 | 0.13 | 0.07 | 150.48 | 0.64 | 0.81 |
| Hex | AE | ED | CE | 1B | 0 | D | 7 | 96 | 40 | 51 |
| Octal | 256 | 355 | 316 | 33 | 0 | 15 | 7 | 226 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11001110 | 11011 | 0 | 1101 | 111 | 10010110 | 1000000 | 1010001 |
Color Harmonies of #AEEDCE
Complementary color
Monochromatic Colors of #AEEDCE
Black with #AEEDCE
Text Example
Text Example
White with #AEEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDCE; }
p { color: rgb(174,237,206); }
H1.HeaderClassName
{
color: #AEEDCE;
}
.AnyTagClassName
{
color: #AEEDCE;
}
</style>
background-color css
<style>
a { background-color: #AEEDCE; }
a { background-color: rgb(174,237,206); }
div.DivClassName
{
background-color: #AEEDCE;
}
.BgClassName
{
background-color: #AEEDCE;
}
</style>
border-color css
<style>
span { border-color: #AEEDCE; }
span { border-color: rgb(174,237,206); }
td.TdClassName
{
border-color: #AEEDCE;
}
.TagClassName
{
border-color: #AEEDCE;
}
</style>