Shades of Magic Mint #AEFBDB
Tints of Magic Mint #AEFBDB
RGB
CMYK
RGB Variations
Color information
#AEFBDB (or 0xAEFBDB) is known color: Magic Mint. HEX triplet: AE, FB and DB. RGB value is (174,251,219). Sum of RGB (Red+Green+Blue) = 174+251+219=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBDB is #510424. Grayscale: #E0E0E0. Windows color (decimal): -5309477 or 14416814. OLE color: 14416814.
HSL color Cylindrical-coordinate representation of color #AEFBDB: hue angle of 155.06º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 251 | 219 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.02 |
| HSL | 155.06º | 0.91% | 0.83% | - |
| HSV(B) | 155.06º | 0.31% | 0.98% | - |
| XYZ | 64.74 | 83.11 | 79.65 | - |
| YUV | 224.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 251 | 219 | 0.31 | 0 | 0.13 | 0.02 | 155.06 | 0.91 | 0.83 |
| Hex | AE | FB | DB | 1F | 0 | D | 2 | 9B | 5B | 53 |
| Octal | 256 | 373 | 333 | 37 | 0 | 15 | 2 | 233 | 133 | 123 |
| Binary | 10101110 | 11111011 | 11011011 | 11111 | 0 | 1101 | 10 | 10011011 | 1011011 | 1010011 |
Color Harmonies of #AEFBDB
Complementary color
Monochromatic Colors of #AEFBDB
Black with #AEFBDB
Text Example
Text Example
White with #AEFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFBDB; }
p { color: rgb(174,251,219); }
H1.HeaderClassName
{
color: #AEFBDB;
}
.AnyTagClassName
{
color: #AEFBDB;
}
</style>
background-color css
<style>
a { background-color: #AEFBDB; }
a { background-color: rgb(174,251,219); }
div.DivClassName
{
background-color: #AEFBDB;
}
.BgClassName
{
background-color: #AEFBDB;
}
</style>
border-color css
<style>
span { border-color: #AEFBDB; }
span { border-color: rgb(174,251,219); }
td.TdClassName
{
border-color: #AEFBDB;
}
.TagClassName
{
border-color: #AEFBDB;
}
</style>