Shades of Magic Mint #AEEACF
Tints of Magic Mint #AEEACF
RGB
CMYK
RGB Variations
Color information
#AEEACF (or 0xAEEACF) is known color: Magic Mint. HEX triplet: AE, EA and CF. RGB value is (174,234,207). Sum of RGB (Red+Green+Blue) = 174+234+207=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEACF is #511530. Grayscale: #D5D5D5. Windows color (decimal): -5313841 or 13626030. OLE color: 13626030.
HSL color Cylindrical-coordinate representation of color #AEEACF: hue angle of 153º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEACF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 207 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.08 |
| HSL | 153º | 0.59% | 0.8% | - |
| HSV(B) | 153º | 0.26% | 0.92% | - |
| XYZ | 58.14 | 72.35 | 69.93 | - |
| YUV | 212.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 207 | 0.26 | 0 | 0.12 | 0.08 | 153 | 0.59 | 0.8 |
| Hex | AE | EA | CF | 1A | 0 | C | 8 | 99 | 3B | 50 |
| Octal | 256 | 352 | 317 | 32 | 0 | 14 | 10 | 231 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11001111 | 11010 | 0 | 1100 | 1000 | 10011001 | 111011 | 1010000 |
Color Harmonies of #AEEACF
Complementary color
Monochromatic Colors of #AEEACF
Black with #AEEACF
Text Example
Text Example
White with #AEEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEACF; }
p { color: rgb(174,234,207); }
H1.HeaderClassName
{
color: #AEEACF;
}
.AnyTagClassName
{
color: #AEEACF;
}
</style>
background-color css
<style>
a { background-color: #AEEACF; }
a { background-color: rgb(174,234,207); }
div.DivClassName
{
background-color: #AEEACF;
}
.BgClassName
{
background-color: #AEEACF;
}
</style>
border-color css
<style>
span { border-color: #AEEACF; }
span { border-color: rgb(174,234,207); }
td.TdClassName
{
border-color: #AEEACF;
}
.TagClassName
{
border-color: #AEEACF;
}
</style>