Shades of Magic Mint #AEEECB
Tints of Magic Mint #AEEECB
RGB
CMYK
RGB Variations
Color information
#AEEECB (or 0xAEEECB) is known color: Magic Mint. HEX triplet: AE, EE and CB. RGB value is (174,238,203). Sum of RGB (Red+Green+Blue) = 174+238+203=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEECB is #511134. Grayscale: #D6D6D6. Windows color (decimal): -5312821 or 13364910. OLE color: 13364910.
HSL color Cylindrical-coordinate representation of color #AEEECB: hue angle of 147.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEECB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 203 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.07 |
| HSL | 147.19º | 0.65% | 0.81% | - |
| HSV(B) | 147.19º | 0.27% | 0.93% | - |
| XYZ | 58.81 | 74.46 | 67.77 | - |
| YUV | 214.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 203 | 0.27 | 0 | 0.15 | 0.07 | 147.19 | 0.65 | 0.81 |
| Hex | AE | EE | CB | 1B | 0 | F | 7 | 93 | 41 | 51 |
| Octal | 256 | 356 | 313 | 33 | 0 | 17 | 7 | 223 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11001011 | 11011 | 0 | 1111 | 111 | 10010011 | 1000001 | 1010001 |
Color Harmonies of #AEEECB
Complementary color
Monochromatic Colors of #AEEECB
Black with #AEEECB
Text Example
Text Example
White with #AEEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEECB; }
p { color: rgb(174,238,203); }
H1.HeaderClassName
{
color: #AEEECB;
}
.AnyTagClassName
{
color: #AEEECB;
}
</style>
background-color css
<style>
a { background-color: #AEEECB; }
a { background-color: rgb(174,238,203); }
div.DivClassName
{
background-color: #AEEECB;
}
.BgClassName
{
background-color: #AEEECB;
}
</style>
border-color css
<style>
span { border-color: #AEEECB; }
span { border-color: rgb(174,238,203); }
td.TdClassName
{
border-color: #AEEECB;
}
.TagClassName
{
border-color: #AEEECB;
}
</style>