Shades of Magic Mint #AEEFD2
Tints of Magic Mint #AEEFD2
RGB
CMYK
RGB Variations
Color information
#AEEFD2 (or 0xAEEFD2) is known color: Magic Mint. HEX triplet: AE, EF and D2. RGB value is (174,239,210). Sum of RGB (Red+Green+Blue) = 174+239+210=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFD2 is #51102D. Grayscale: #D8D8D8. Windows color (decimal): -5312558 or 13823918. OLE color: 13823918.
HSL color Cylindrical-coordinate representation of color #AEEFD2: hue angle of 153.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFD2 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 210 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.06 |
| HSL | 153.23º | 0.67% | 0.81% | - |
| HSV(B) | 153.23º | 0.27% | 0.94% | - |
| XYZ | 59.95 | 75.38 | 72.36 | - |
| YUV | 216.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 210 | 0.27 | 0 | 0.12 | 0.06 | 153.23 | 0.67 | 0.81 |
| Hex | AE | EF | D2 | 1B | 0 | C | 6 | 99 | 43 | 51 |
| Octal | 256 | 357 | 322 | 33 | 0 | 14 | 6 | 231 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11010010 | 11011 | 0 | 1100 | 110 | 10011001 | 1000011 | 1010001 |
Color Harmonies of #AEEFD2
Complementary color
Monochromatic Colors of #AEEFD2
Black with #AEEFD2
Text Example
Text Example
White with #AEEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFD2; }
p { color: rgb(174,239,210); }
H1.HeaderClassName
{
color: #AEEFD2;
}
.AnyTagClassName
{
color: #AEEFD2;
}
</style>
background-color css
<style>
a { background-color: #AEEFD2; }
a { background-color: rgb(174,239,210); }
div.DivClassName
{
background-color: #AEEFD2;
}
.BgClassName
{
background-color: #AEEFD2;
}
</style>
border-color css
<style>
span { border-color: #AEEFD2; }
span { border-color: rgb(174,239,210); }
td.TdClassName
{
border-color: #AEEFD2;
}
.TagClassName
{
border-color: #AEEFD2;
}
</style>