Shades of Magic Mint #AEFFCB
Tints of Magic Mint #AEFFCB
RGB
CMYK
RGB Variations
Color information
#AEFFCB (or 0xAEFFCB) is known color: Magic Mint. HEX triplet: AE, FF and CB. RGB value is (174,255,203). Sum of RGB (Red+Green+Blue) = 174+255+203=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFCB is #510034. Grayscale: #E0E0E0. Windows color (decimal): -5308469 or 13369262. OLE color: 13369262.
HSL color Cylindrical-coordinate representation of color #AEFFCB: hue angle of 141.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFCB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 203 | - |
| CMYK | 0.32 | 0 | 0.20 | 0 |
| HSL | 141.48º | 1% | 0.84% | - |
| HSV(B) | 141.48º | 0.32% | 1% | - |
| XYZ | 64 | 84.83 | 69.5 | - |
| YUV | 224.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 203 | 0.32 | 0 | 0.20 | 0 | 141.48 | 1 | 0.84 |
| Hex | AE | FF | CB | 20 | 0 | 14 | 0 | 8D | 64 | 54 |
| Octal | 256 | 377 | 313 | 40 | 0 | 24 | 0 | 215 | 144 | 124 |
| Binary | 10101110 | 11111111 | 11001011 | 100000 | 0 | 10100 | 0 | 10001101 | 1100100 | 1010100 |
Color Harmonies of #AEFFCB
Complementary color
Monochromatic Colors of #AEFFCB
Black with #AEFFCB
Text Example
Text Example
White with #AEFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFCB; }
p { color: rgb(174,255,203); }
H1.HeaderClassName
{
color: #AEFFCB;
}
.AnyTagClassName
{
color: #AEFFCB;
}
</style>
background-color css
<style>
a { background-color: #AEFFCB; }
a { background-color: rgb(174,255,203); }
div.DivClassName
{
background-color: #AEFFCB;
}
.BgClassName
{
background-color: #AEFFCB;
}
</style>
border-color css
<style>
span { border-color: #AEFFCB; }
span { border-color: rgb(174,255,203); }
td.TdClassName
{
border-color: #AEFFCB;
}
.TagClassName
{
border-color: #AEFFCB;
}
</style>