Shades of Magic Mint #AEEDCF
Tints of Magic Mint #AEEDCF
RGB
CMYK
RGB Variations
Color information
#AEEDCF (or 0xAEEDCF) is known color: Magic Mint. HEX triplet: AE, ED and CF. RGB value is (174,237,207). Sum of RGB (Red+Green+Blue) = 174+237+207=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDCF is #511230. Grayscale: #D6D6D6. Windows color (decimal): -5313073 or 13626798. OLE color: 13626798.
HSL color Cylindrical-coordinate representation of color #AEEDCF: hue angle of 151.43º degrees, saturation: 0.64, 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 #AEEDCF is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 207 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.07 |
| HSL | 151.43º | 0.64% | 0.81% | - |
| HSV(B) | 151.43º | 0.27% | 0.93% | - |
| XYZ | 59 | 74.07 | 70.22 | - |
| YUV | 214.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 207 | 0.27 | 0 | 0.13 | 0.07 | 151.43 | 0.64 | 0.81 |
| Hex | AE | ED | CF | 1B | 0 | D | 7 | 97 | 40 | 51 |
| Octal | 256 | 355 | 317 | 33 | 0 | 15 | 7 | 227 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11001111 | 11011 | 0 | 1101 | 111 | 10010111 | 1000000 | 1010001 |
Color Harmonies of #AEEDCF
Complementary color
Monochromatic Colors of #AEEDCF
Black with #AEEDCF
Text Example
Text Example
White with #AEEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDCF; }
p { color: rgb(174,237,207); }
H1.HeaderClassName
{
color: #AEEDCF;
}
.AnyTagClassName
{
color: #AEEDCF;
}
</style>
background-color css
<style>
a { background-color: #AEEDCF; }
a { background-color: rgb(174,237,207); }
div.DivClassName
{
background-color: #AEEDCF;
}
.BgClassName
{
background-color: #AEEDCF;
}
</style>
border-color css
<style>
span { border-color: #AEEDCF; }
span { border-color: rgb(174,237,207); }
td.TdClassName
{
border-color: #AEEDCF;
}
.TagClassName
{
border-color: #AEEDCF;
}
</style>