Shades of Magic Mint #AEF9D3
Tints of Magic Mint #AEF9D3
RGB
CMYK
RGB Variations
Color information
#AEF9D3 (or 0xAEF9D3) is known color: Magic Mint. HEX triplet: AE, F9 and D3. RGB value is (174,249,211). Sum of RGB (Red+Green+Blue) = 174+249+211=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9D3 is #51062C. Grayscale: #DEDEDE. Windows color (decimal): -5309997 or 13892014. OLE color: 13892014.
HSL color Cylindrical-coordinate representation of color #AEF9D3: hue angle of 149.6º 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 #AEF9D3 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 211 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.02 |
| HSL | 149.6º | 0.86% | 0.83% | - |
| HSV(B) | 149.6º | 0.3% | 0.98% | - |
| XYZ | 63.09 | 81.45 | 74.02 | - |
| YUV | 222.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 211 | 0.30 | 0 | 0.15 | 0.02 | 149.6 | 0.86 | 0.83 |
| Hex | AE | F9 | D3 | 1E | 0 | F | 2 | 96 | 56 | 53 |
| Octal | 256 | 371 | 323 | 36 | 0 | 17 | 2 | 226 | 126 | 123 |
| Binary | 10101110 | 11111001 | 11010011 | 11110 | 0 | 1111 | 10 | 10010110 | 1010110 | 1010011 |
Color Harmonies of #AEF9D3
Complementary color
Monochromatic Colors of #AEF9D3
Black with #AEF9D3
Text Example
Text Example
White with #AEF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF9D3; }
p { color: rgb(174,249,211); }
H1.HeaderClassName
{
color: #AEF9D3;
}
.AnyTagClassName
{
color: #AEF9D3;
}
</style>
background-color css
<style>
a { background-color: #AEF9D3; }
a { background-color: rgb(174,249,211); }
div.DivClassName
{
background-color: #AEF9D3;
}
.BgClassName
{
background-color: #AEF9D3;
}
</style>
border-color css
<style>
span { border-color: #AEF9D3; }
span { border-color: rgb(174,249,211); }
td.TdClassName
{
border-color: #AEF9D3;
}
.TagClassName
{
border-color: #AEF9D3;
}
</style>