Shades of Magic Mint #AEFDDB
Tints of Magic Mint #AEFDDB
RGB
CMYK
RGB Variations
Color information
#AEFDDB (or 0xAEFDDB) is known color: Magic Mint. HEX triplet: AE, FD and DB. RGB value is (174,253,219). Sum of RGB (Red+Green+Blue) = 174+253+219=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDDB is #510224. Grayscale: #E1E1E1. Windows color (decimal): -5308965 or 14417326. OLE color: 14417326.
HSL color Cylindrical-coordinate representation of color #AEFDDB: hue angle of 154.18º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 174 | 253 | 219 | - |
CMYK | 0.31 | 0 | 0.13 | 0.01 |
HSL | 154.18º | 0.95% | 0.84% | - |
HSV(B) | 154.18º | 0.31% | 0.99% | - |
XYZ | 65.37 | 84.36 | 79.86 | - |
YUV | 225.5 | 124.33 | 91.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 253 | 219 | 0.31 | 0 | 0.13 | 0.01 | 154.18 | 0.95 | 0.84 |
Hex | AE | FD | DB | 1F | 0 | D | 1 | 9A | 5F | 54 |
Octal | 256 | 375 | 333 | 37 | 0 | 15 | 1 | 232 | 137 | 124 |
Binary | 10101110 | 11111101 | 11011011 | 11111 | 0 | 1101 | 1 | 10011010 | 1011111 | 1010100 |
Color Harmonies of #AEFDDB
Complementary color
Monochromatic Colors of #AEFDDB
Black with #AEFDDB
Text Example
Text Example
White with #AEFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDDB; }
p { color: rgb(174,253,219); }
H1.HeaderClassName
{
color: #AEFDDB;
}
.AnyTagClassName
{
color: #AEFDDB;
}
</style>
background-color css
<style>
a { background-color: #AEFDDB; }
a { background-color: rgb(174,253,219); }
div.DivClassName
{
background-color: #AEFDDB;
}
.BgClassName
{
background-color: #AEFDDB;
}
</style>
border-color css
<style>
span { border-color: #AEFDDB; }
span { border-color: rgb(174,253,219); }
td.TdClassName
{
border-color: #AEFDDB;
}
.TagClassName
{
border-color: #AEFDDB;
}
</style>