Shades of Magic Mint #AEEACB
Tints of Magic Mint #AEEACB
RGB
CMYK
RGB Variations
Color information
#AEEACB (or 0xAEEACB) is known color: Magic Mint. HEX triplet: AE, EA and CB. RGB value is (174,234,203). Sum of RGB (Red+Green+Blue) = 174+234+203=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEACB is #511534. Grayscale: #D4D4D4. Windows color (decimal): -5313845 or 13363886. OLE color: 13363886.
HSL color Cylindrical-coordinate representation of color #AEEACB: hue angle of 149º 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 #AEEACB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 203 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.08 |
| HSL | 149º | 0.59% | 0.8% | - |
| HSV(B) | 149º | 0.26% | 0.92% | - |
| XYZ | 57.66 | 72.16 | 67.39 | - |
| YUV | 212.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 203 | 0.26 | 0 | 0.13 | 0.08 | 149 | 0.59 | 0.8 |
| Hex | AE | EA | CB | 1A | 0 | D | 8 | 95 | 3B | 50 |
| Octal | 256 | 352 | 313 | 32 | 0 | 15 | 10 | 225 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11001011 | 11010 | 0 | 1101 | 1000 | 10010101 | 111011 | 1010000 |
Color Harmonies of #AEEACB
Complementary color
Monochromatic Colors of #AEEACB
Black with #AEEACB
Text Example
Text Example
White with #AEEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEACB; }
p { color: rgb(174,234,203); }
H1.HeaderClassName
{
color: #AEEACB;
}
.AnyTagClassName
{
color: #AEEACB;
}
</style>
background-color css
<style>
a { background-color: #AEEACB; }
a { background-color: rgb(174,234,203); }
div.DivClassName
{
background-color: #AEEACB;
}
.BgClassName
{
background-color: #AEEACB;
}
</style>
border-color css
<style>
span { border-color: #AEEACB; }
span { border-color: rgb(174,234,203); }
td.TdClassName
{
border-color: #AEEACB;
}
.TagClassName
{
border-color: #AEEACB;
}
</style>