Shades of Magic Mint #AEF5D2
Tints of Magic Mint #AEF5D2
RGB
CMYK
RGB Variations
Color information
#AEF5D2 (or 0xAEF5D2) is known color: Magic Mint. HEX triplet: AE, F5 and D2. RGB value is (174,245,210). Sum of RGB (Red+Green+Blue) = 174+245+210=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5D2 is #510A2D. Grayscale: #DBDBDB. Windows color (decimal): -5311022 or 13825454. OLE color: 13825454.
HSL color Cylindrical-coordinate representation of color #AEF5D2: hue angle of 150.42º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF5D2 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 210 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.04 |
| HSL | 150.42º | 0.78% | 0.82% | - |
| HSV(B) | 150.42º | 0.29% | 0.96% | - |
| XYZ | 61.74 | 78.96 | 72.96 | - |
| YUV | 219.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 210 | 0.29 | 0 | 0.14 | 0.04 | 150.42 | 0.78 | 0.82 |
| Hex | AE | F5 | D2 | 1D | 0 | E | 4 | 96 | 4E | 52 |
| Octal | 256 | 365 | 322 | 35 | 0 | 16 | 4 | 226 | 116 | 122 |
| Binary | 10101110 | 11110101 | 11010010 | 11101 | 0 | 1110 | 100 | 10010110 | 1001110 | 1010010 |
Color Harmonies of #AEF5D2
Complementary color
Monochromatic Colors of #AEF5D2
Black with #AEF5D2
Text Example
Text Example
White with #AEF5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF5D2; }
p { color: rgb(174,245,210); }
H1.HeaderClassName
{
color: #AEF5D2;
}
.AnyTagClassName
{
color: #AEF5D2;
}
</style>
background-color css
<style>
a { background-color: #AEF5D2; }
a { background-color: rgb(174,245,210); }
div.DivClassName
{
background-color: #AEF5D2;
}
.BgClassName
{
background-color: #AEF5D2;
}
</style>
border-color css
<style>
span { border-color: #AEF5D2; }
span { border-color: rgb(174,245,210); }
td.TdClassName
{
border-color: #AEF5D2;
}
.TagClassName
{
border-color: #AEF5D2;
}
</style>