Shades of Magic Mint #AEEACA
Tints of Magic Mint #AEEACA
RGB
CMYK
RGB Variations
Color information
#AEEACA (or 0xAEEACA) is known color: Magic Mint. HEX triplet: AE, EA and CA. RGB value is (174,234,202). Sum of RGB (Red+Green+Blue) = 174+234+202=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEACA is #511535. Grayscale: #D4D4D4. Windows color (decimal): -5313846 or 13298350. OLE color: 13298350.
HSL color Cylindrical-coordinate representation of color #AEEACA: hue angle of 148º 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 #AEEACA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 202 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.08 |
| HSL | 148º | 0.59% | 0.8% | - |
| HSV(B) | 148º | 0.26% | 0.92% | - |
| XYZ | 57.54 | 72.11 | 66.76 | - |
| YUV | 212.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 202 | 0.26 | 0 | 0.14 | 0.08 | 148 | 0.59 | 0.8 |
| Hex | AE | EA | CA | 1A | 0 | E | 8 | 94 | 3B | 50 |
| Octal | 256 | 352 | 312 | 32 | 0 | 16 | 10 | 224 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11001010 | 11010 | 0 | 1110 | 1000 | 10010100 | 111011 | 1010000 |
Color Harmonies of #AEEACA
Complementary color
Monochromatic Colors of #AEEACA
Black with #AEEACA
Text Example
Text Example
White with #AEEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEACA; }
p { color: rgb(174,234,202); }
H1.HeaderClassName
{
color: #AEEACA;
}
.AnyTagClassName
{
color: #AEEACA;
}
</style>
background-color css
<style>
a { background-color: #AEEACA; }
a { background-color: rgb(174,234,202); }
div.DivClassName
{
background-color: #AEEACA;
}
.BgClassName
{
background-color: #AEEACA;
}
</style>
border-color css
<style>
span { border-color: #AEEACA; }
span { border-color: rgb(174,234,202); }
td.TdClassName
{
border-color: #AEEACA;
}
.TagClassName
{
border-color: #AEEACA;
}
</style>