Shades of Magic Mint #AEF2CB
Tints of Magic Mint #AEF2CB
RGB
CMYK
RGB Variations
Color information
#AEF2CB (or 0xAEF2CB) is known color: Magic Mint. HEX triplet: AE, F2 and CB. RGB value is (174,242,203). Sum of RGB (Red+Green+Blue) = 174+242+203=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2CB is #510D34. Grayscale: #D9D9D9. Windows color (decimal): -5311797 or 13365934. OLE color: 13365934.
HSL color Cylindrical-coordinate representation of color #AEF2CB: hue angle of 145.59º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2CB is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 203 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.05 |
| HSL | 145.59º | 0.72% | 0.82% | - |
| HSV(B) | 145.59º | 0.28% | 0.95% | - |
| XYZ | 59.99 | 76.81 | 68.16 | - |
| YUV | 217.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 203 | 0.28 | 0 | 0.16 | 0.05 | 145.59 | 0.72 | 0.82 |
| Hex | AE | F2 | CB | 1C | 0 | 10 | 5 | 92 | 48 | 52 |
| Octal | 256 | 362 | 313 | 34 | 0 | 20 | 5 | 222 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11001011 | 11100 | 0 | 10000 | 101 | 10010010 | 1001000 | 1010010 |
Color Harmonies of #AEF2CB
Complementary color
Monochromatic Colors of #AEF2CB
Black with #AEF2CB
Text Example
Text Example
White with #AEF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2CB; }
p { color: rgb(174,242,203); }
H1.HeaderClassName
{
color: #AEF2CB;
}
.AnyTagClassName
{
color: #AEF2CB;
}
</style>
background-color css
<style>
a { background-color: #AEF2CB; }
a { background-color: rgb(174,242,203); }
div.DivClassName
{
background-color: #AEF2CB;
}
.BgClassName
{
background-color: #AEF2CB;
}
</style>
border-color css
<style>
span { border-color: #AEF2CB; }
span { border-color: rgb(174,242,203); }
td.TdClassName
{
border-color: #AEF2CB;
}
.TagClassName
{
border-color: #AEF2CB;
}
</style>