Shades of Magic Mint #AEEDCB
Tints of Magic Mint #AEEDCB
RGB
CMYK
RGB Variations
Color information
#AEEDCB (or 0xAEEDCB) is known color: Magic Mint. HEX triplet: AE, ED and CB. RGB value is (174,237,203). Sum of RGB (Red+Green+Blue) = 174+237+203=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDCB is #511234. Grayscale: #D6D6D6. Windows color (decimal): -5313077 or 13364654. OLE color: 13364654.
HSL color Cylindrical-coordinate representation of color #AEEDCB: hue angle of 147.62º 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 #AEEDCB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 203 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.07 |
| HSL | 147.62º | 0.64% | 0.81% | - |
| HSV(B) | 147.62º | 0.27% | 0.93% | - |
| XYZ | 58.52 | 73.88 | 67.68 | - |
| YUV | 214.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 203 | 0.27 | 0 | 0.14 | 0.07 | 147.62 | 0.64 | 0.81 |
| Hex | AE | ED | CB | 1B | 0 | E | 7 | 94 | 40 | 51 |
| Octal | 256 | 355 | 313 | 33 | 0 | 16 | 7 | 224 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11001011 | 11011 | 0 | 1110 | 111 | 10010100 | 1000000 | 1010001 |
Color Harmonies of #AEEDCB
Complementary color
Monochromatic Colors of #AEEDCB
Black with #AEEDCB
Text Example
Text Example
White with #AEEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDCB; }
p { color: rgb(174,237,203); }
H1.HeaderClassName
{
color: #AEEDCB;
}
.AnyTagClassName
{
color: #AEEDCB;
}
</style>
background-color css
<style>
a { background-color: #AEEDCB; }
a { background-color: rgb(174,237,203); }
div.DivClassName
{
background-color: #AEEDCB;
}
.BgClassName
{
background-color: #AEEDCB;
}
</style>
border-color css
<style>
span { border-color: #AEEDCB; }
span { border-color: rgb(174,237,203); }
td.TdClassName
{
border-color: #AEEDCB;
}
.TagClassName
{
border-color: #AEEDCB;
}
</style>