Shades of Magic Mint #AEFDD1
Tints of Magic Mint #AEFDD1
RGB
CMYK
RGB Variations
Color information
#AEFDD1 (or 0xAEFDD1) is known color: Magic Mint. HEX triplet: AE, FD and D1. RGB value is (174,253,209). Sum of RGB (Red+Green+Blue) = 174+253+209=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDD1 is #51022E. Grayscale: #E0E0E0. Windows color (decimal): -5308975 or 13761966. OLE color: 13761966.
HSL color Cylindrical-coordinate representation of color #AEFDD1: hue angle of 146.58º 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 #AEFDD1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 253 | 209 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.01 |
| HSL | 146.58º | 0.95% | 0.84% | - |
| HSV(B) | 146.58º | 0.31% | 0.99% | - |
| XYZ | 64.09 | 83.85 | 73.13 | - |
| YUV | 224.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 253 | 209 | 0.31 | 0 | 0.17 | 0.01 | 146.58 | 0.95 | 0.84 |
| Hex | AE | FD | D1 | 1F | 0 | 11 | 1 | 93 | 5F | 54 |
| Octal | 256 | 375 | 321 | 37 | 0 | 21 | 1 | 223 | 137 | 124 |
| Binary | 10101110 | 11111101 | 11010001 | 11111 | 0 | 10001 | 1 | 10010011 | 1011111 | 1010100 |
Color Harmonies of #AEFDD1
Complementary color
Monochromatic Colors of #AEFDD1
Black with #AEFDD1
Text Example
Text Example
White with #AEFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDD1; }
p { color: rgb(174,253,209); }
H1.HeaderClassName
{
color: #AEFDD1;
}
.AnyTagClassName
{
color: #AEFDD1;
}
</style>
background-color css
<style>
a { background-color: #AEFDD1; }
a { background-color: rgb(174,253,209); }
div.DivClassName
{
background-color: #AEFDD1;
}
.BgClassName
{
background-color: #AEFDD1;
}
</style>
border-color css
<style>
span { border-color: #AEFDD1; }
span { border-color: rgb(174,253,209); }
td.TdClassName
{
border-color: #AEFDD1;
}
.TagClassName
{
border-color: #AEFDD1;
}
</style>