Shades of Magic Mint #AEF8DB
Tints of Magic Mint #AEF8DB
RGB
CMYK
RGB Variations
Color information
#AEF8DB (or 0xAEF8DB) is known color: Magic Mint. HEX triplet: AE, F8 and DB. RGB value is (174,248,219). Sum of RGB (Red+Green+Blue) = 174+248+219=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8DB is #510724. Grayscale: #DEDEDE. Windows color (decimal): -5310245 or 14416046. OLE color: 14416046.
HSL color Cylindrical-coordinate representation of color #AEF8DB: hue angle of 156.49º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8DB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 219 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.03 |
| HSL | 156.49º | 0.84% | 0.83% | - |
| HSV(B) | 156.49º | 0.3% | 0.97% | - |
| XYZ | 63.81 | 81.25 | 79.34 | - |
| YUV | 222.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 219 | 0.30 | 0 | 0.12 | 0.03 | 156.49 | 0.84 | 0.83 |
| Hex | AE | F8 | DB | 1E | 0 | C | 3 | 9C | 54 | 53 |
| Octal | 256 | 370 | 333 | 36 | 0 | 14 | 3 | 234 | 124 | 123 |
| Binary | 10101110 | 11111000 | 11011011 | 11110 | 0 | 1100 | 11 | 10011100 | 1010100 | 1010011 |
Color Harmonies of #AEF8DB
Complementary color
Monochromatic Colors of #AEF8DB
Black with #AEF8DB
Text Example
Text Example
White with #AEF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8DB; }
p { color: rgb(174,248,219); }
H1.HeaderClassName
{
color: #AEF8DB;
}
.AnyTagClassName
{
color: #AEF8DB;
}
</style>
background-color css
<style>
a { background-color: #AEF8DB; }
a { background-color: rgb(174,248,219); }
div.DivClassName
{
background-color: #AEF8DB;
}
.BgClassName
{
background-color: #AEF8DB;
}
</style>
border-color css
<style>
span { border-color: #AEF8DB; }
span { border-color: rgb(174,248,219); }
td.TdClassName
{
border-color: #AEF8DB;
}
.TagClassName
{
border-color: #AEF8DB;
}
</style>