Shades of Magic Mint #AEFADB
Tints of Magic Mint #AEFADB
RGB
CMYK
RGB Variations
Color information
#AEFADB (or 0xAEFADB) is known color: Magic Mint. HEX triplet: AE, FA and DB. RGB value is (174,250,219). Sum of RGB (Red+Green+Blue) = 174+250+219=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFADB is #510524. Grayscale: #DFDFDF. Windows color (decimal): -5309733 or 14416558. OLE color: 14416558.
HSL color Cylindrical-coordinate representation of color #AEFADB: hue angle of 155.53º degrees, saturation: 0.88, 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 #AEFADB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 219 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.02 |
| HSL | 155.53º | 0.88% | 0.83% | - |
| HSV(B) | 155.53º | 0.3% | 0.98% | - |
| XYZ | 64.43 | 82.48 | 79.54 | - |
| YUV | 223.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 219 | 0.30 | 0 | 0.12 | 0.02 | 155.53 | 0.88 | 0.83 |
| Hex | AE | FA | DB | 1E | 0 | C | 2 | 9C | 58 | 53 |
| Octal | 256 | 372 | 333 | 36 | 0 | 14 | 2 | 234 | 130 | 123 |
| Binary | 10101110 | 11111010 | 11011011 | 11110 | 0 | 1100 | 10 | 10011100 | 1011000 | 1010011 |
Color Harmonies of #AEFADB
Complementary color
Monochromatic Colors of #AEFADB
Black with #AEFADB
Text Example
Text Example
White with #AEFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFADB; }
p { color: rgb(174,250,219); }
H1.HeaderClassName
{
color: #AEFADB;
}
.AnyTagClassName
{
color: #AEFADB;
}
</style>
background-color css
<style>
a { background-color: #AEFADB; }
a { background-color: rgb(174,250,219); }
div.DivClassName
{
background-color: #AEFADB;
}
.BgClassName
{
background-color: #AEFADB;
}
</style>
border-color css
<style>
span { border-color: #AEFADB; }
span { border-color: rgb(174,250,219); }
td.TdClassName
{
border-color: #AEFADB;
}
.TagClassName
{
border-color: #AEFADB;
}
</style>