Shades of Magic Mint #ACEECB
Tints of Magic Mint #ACEECB
RGB
CMYK
RGB Variations
Color information
#ACEECB (or 0xACEECB) is known color: Magic Mint. HEX triplet: AC, EE and CB. RGB value is (172,238,203). Sum of RGB (Red+Green+Blue) = 172+238+203=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEECB is #531134. Grayscale: #D6D6D6. Windows color (decimal): -5443893 or 13364908. OLE color: 13364908.
HSL color Cylindrical-coordinate representation of color #ACEECB: hue angle of 148.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEECB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 203 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.07 |
| HSL | 148.18º | 0.66% | 0.8% | - |
| HSV(B) | 148.18º | 0.28% | 0.93% | - |
| XYZ | 58.37 | 74.23 | 67.75 | - |
| YUV | 214.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 203 | 0.28 | 0 | 0.15 | 0.07 | 148.18 | 0.66 | 0.8 |
| Hex | AC | EE | CB | 1C | 0 | F | 7 | 94 | 42 | 50 |
| Octal | 254 | 356 | 313 | 34 | 0 | 17 | 7 | 224 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11001011 | 11100 | 0 | 1111 | 111 | 10010100 | 1000010 | 1010000 |
Color Harmonies of #ACEECB
Complementary color
Monochromatic Colors of #ACEECB
Black with #ACEECB
Text Example
Text Example
White with #ACEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEECB; }
p { color: rgb(172,238,203); }
H1.HeaderClassName
{
color: #ACEECB;
}
.AnyTagClassName
{
color: #ACEECB;
}
</style>
background-color css
<style>
a { background-color: #ACEECB; }
a { background-color: rgb(172,238,203); }
div.DivClassName
{
background-color: #ACEECB;
}
.BgClassName
{
background-color: #ACEECB;
}
</style>
border-color css
<style>
span { border-color: #ACEECB; }
span { border-color: rgb(172,238,203); }
td.TdClassName
{
border-color: #ACEECB;
}
.TagClassName
{
border-color: #ACEECB;
}
</style>