Shades of Magic Mint #AEF9DB
Tints of Magic Mint #AEF9DB
RGB
CMYK
RGB Variations
Color information
#AEF9DB (or 0xAEF9DB) is known color: Magic Mint. HEX triplet: AE, F9 and DB. RGB value is (174,249,219). Sum of RGB (Red+Green+Blue) = 174+249+219=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9DB is #510624. Grayscale: #DFDFDF. Windows color (decimal): -5309989 or 14416302. OLE color: 14416302.
HSL color Cylindrical-coordinate representation of color #AEF9DB: hue angle of 156º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9DB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 219 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.02 |
| HSL | 156º | 0.86% | 0.83% | - |
| HSV(B) | 156º | 0.3% | 0.98% | - |
| XYZ | 64.12 | 81.86 | 79.44 | - |
| YUV | 223.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 219 | 0.30 | 0 | 0.12 | 0.02 | 156 | 0.86 | 0.83 |
| Hex | AE | F9 | DB | 1E | 0 | C | 2 | 9C | 56 | 53 |
| Octal | 256 | 371 | 333 | 36 | 0 | 14 | 2 | 234 | 126 | 123 |
| Binary | 10101110 | 11111001 | 11011011 | 11110 | 0 | 1100 | 10 | 10011100 | 1010110 | 1010011 |
Color Harmonies of #AEF9DB
Complementary color
Monochromatic Colors of #AEF9DB
Black with #AEF9DB
Text Example
Text Example
White with #AEF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF9DB; }
p { color: rgb(174,249,219); }
H1.HeaderClassName
{
color: #AEF9DB;
}
.AnyTagClassName
{
color: #AEF9DB;
}
</style>
background-color css
<style>
a { background-color: #AEF9DB; }
a { background-color: rgb(174,249,219); }
div.DivClassName
{
background-color: #AEF9DB;
}
.BgClassName
{
background-color: #AEF9DB;
}
</style>
border-color css
<style>
span { border-color: #AEF9DB; }
span { border-color: rgb(174,249,219); }
td.TdClassName
{
border-color: #AEF9DB;
}
.TagClassName
{
border-color: #AEF9DB;
}
</style>