Shades of Magic Mint #AEEED2
Tints of Magic Mint #AEEED2
RGB
CMYK
RGB Variations
Color information
#AEEED2 (or 0xAEEED2) is known color: Magic Mint. HEX triplet: AE, EE and D2. RGB value is (174,238,210). Sum of RGB (Red+Green+Blue) = 174+238+210=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEED2 is #51112D. Grayscale: #D7D7D7. Windows color (decimal): -5312814 or 13823662. OLE color: 13823662.
HSL color Cylindrical-coordinate representation of color #AEEED2: hue angle of 153.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEED2 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 238 | 210 | - |
CMYK | 0.27 | 0 | 0.12 | 0.07 |
HSL | 153.75º | 0.65% | 0.81% | - |
HSV(B) | 153.75º | 0.27% | 0.93% | - |
XYZ | 59.66 | 74.8 | 72.27 | - |
YUV | 215.67 | 124.8 | 98.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 238 | 210 | 0.27 | 0 | 0.12 | 0.07 | 153.75 | 0.65 | 0.81 |
Hex | AE | EE | D2 | 1B | 0 | C | 7 | 9A | 41 | 51 |
Octal | 256 | 356 | 322 | 33 | 0 | 14 | 7 | 232 | 101 | 121 |
Binary | 10101110 | 11101110 | 11010010 | 11011 | 0 | 1100 | 111 | 10011010 | 1000001 | 1010001 |
Color Harmonies of #AEEED2
Complementary color
Monochromatic Colors of #AEEED2
Black with #AEEED2
Text Example
Text Example
White with #AEEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEED2; }
p { color: rgb(174,238,210); }
H1.HeaderClassName
{
color: #AEEED2;
}
.AnyTagClassName
{
color: #AEEED2;
}
</style>
background-color css
<style>
a { background-color: #AEEED2; }
a { background-color: rgb(174,238,210); }
div.DivClassName
{
background-color: #AEEED2;
}
.BgClassName
{
background-color: #AEEED2;
}
</style>
border-color css
<style>
span { border-color: #AEEED2; }
span { border-color: rgb(174,238,210); }
td.TdClassName
{
border-color: #AEEED2;
}
.TagClassName
{
border-color: #AEEED2;
}
</style>