Shades of Magic Mint #AEFFDB
Tints of Magic Mint #AEFFDB
RGB
CMYK
RGB Variations
Color information
#AEFFDB (or 0xAEFFDB) is known color: Magic Mint. HEX triplet: AE, FF and DB. RGB value is (174,255,219). Sum of RGB (Red+Green+Blue) = 174+255+219=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDB is #510024. Grayscale: #E2E2E2. Windows color (decimal): -5308453 or 14417838. OLE color: 14417838.
HSL color Cylindrical-coordinate representation of color #AEFFDB: hue angle of 153.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFDB is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 219 | - |
| CMYK | 0.32 | 0 | 0.14 | 0 |
| HSL | 153.33º | 1% | 0.84% | - |
| HSV(B) | 153.33º | 0.32% | 1% | - |
| XYZ | 66 | 85.63 | 80.07 | - |
| YUV | 226.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 219 | 0.32 | 0 | 0.14 | 0 | 153.33 | 1 | 0.84 |
| Hex | AE | FF | DB | 20 | 0 | E | 0 | 99 | 64 | 54 |
| Octal | 256 | 377 | 333 | 40 | 0 | 16 | 0 | 231 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11011011 | 100000 | 0 | 1110 | 0 | 10011001 | 1100100 | 1010100 |
Color Harmonies of #AEFFDB
Complementary color
Monochromatic Colors of #AEFFDB
Black with #AEFFDB
Text Example
Text Example
White with #AEFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFDB; }
p { color: rgb(174,255,219); }
H1.HeaderClassName
{
color: #AEFFDB;
}
.AnyTagClassName
{
color: #AEFFDB;
}
</style>
background-color css
<style>
a { background-color: #AEFFDB; }
a { background-color: rgb(174,255,219); }
div.DivClassName
{
background-color: #AEFFDB;
}
.BgClassName
{
background-color: #AEFFDB;
}
</style>
border-color css
<style>
span { border-color: #AEFFDB; }
span { border-color: rgb(174,255,219); }
td.TdClassName
{
border-color: #AEFFDB;
}
.TagClassName
{
border-color: #AEFFDB;
}
</style>