Shades of Magic Mint #AEFCDB
Tints of Magic Mint #AEFCDB
RGB
CMYK
RGB Variations
Color information
#AEFCDB (or 0xAEFCDB) is known color: Magic Mint. HEX triplet: AE, FC and DB. RGB value is (174,252,219). Sum of RGB (Red+Green+Blue) = 174+252+219=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCDB is #510324. Grayscale: #E0E0E0. Windows color (decimal): -5309221 or 14417070. OLE color: 14417070.
HSL color Cylindrical-coordinate representation of color #AEFCDB: hue angle of 154.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFCDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 219 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.01 |
| HSL | 154.62º | 0.93% | 0.84% | - |
| HSV(B) | 154.62º | 0.31% | 0.99% | - |
| XYZ | 65.05 | 83.73 | 79.75 | - |
| YUV | 224.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 219 | 0.31 | 0 | 0.13 | 0.01 | 154.62 | 0.93 | 0.84 |
| Hex | AE | FC | DB | 1F | 0 | D | 1 | 9B | 5D | 54 |
| Octal | 256 | 374 | 333 | 37 | 0 | 15 | 1 | 233 | 135 | 124 |
| Binary | 10101110 | 11111100 | 11011011 | 11111 | 0 | 1101 | 1 | 10011011 | 1011101 | 1010100 |
Color Harmonies of #AEFCDB
Complementary color
Monochromatic Colors of #AEFCDB
Black with #AEFCDB
Text Example
Text Example
White with #AEFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFCDB; }
p { color: rgb(174,252,219); }
H1.HeaderClassName
{
color: #AEFCDB;
}
.AnyTagClassName
{
color: #AEFCDB;
}
</style>
background-color css
<style>
a { background-color: #AEFCDB; }
a { background-color: rgb(174,252,219); }
div.DivClassName
{
background-color: #AEFCDB;
}
.BgClassName
{
background-color: #AEFCDB;
}
</style>
border-color css
<style>
span { border-color: #AEFCDB; }
span { border-color: rgb(174,252,219); }
td.TdClassName
{
border-color: #AEFCDB;
}
.TagClassName
{
border-color: #AEFCDB;
}
</style>