Shades of Magic Mint #ACEECC
Tints of Magic Mint #ACEECC
RGB
CMYK
RGB Variations
Color information
#ACEECC (or 0xACEECC) is known color: Magic Mint. HEX triplet: AC, EE and CC. RGB value is (172,238,204). Sum of RGB (Red+Green+Blue) = 172+238+204=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEECC is #531133. Grayscale: #D6D6D6. Windows color (decimal): -5443892 or 13430444. OLE color: 13430444.
HSL color Cylindrical-coordinate representation of color #ACEECC: hue angle of 149.09º 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 #ACEECC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 204 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.07 |
| HSL | 149.09º | 0.66% | 0.8% | - |
| HSV(B) | 149.09º | 0.28% | 0.93% | - |
| XYZ | 58.49 | 74.28 | 68.38 | - |
| YUV | 214.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 204 | 0.28 | 0 | 0.14 | 0.07 | 149.09 | 0.66 | 0.8 |
| Hex | AC | EE | CC | 1C | 0 | E | 7 | 95 | 42 | 50 |
| Octal | 254 | 356 | 314 | 34 | 0 | 16 | 7 | 225 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11001100 | 11100 | 0 | 1110 | 111 | 10010101 | 1000010 | 1010000 |
Color Harmonies of #ACEECC
Complementary color
Monochromatic Colors of #ACEECC
Black with #ACEECC
Text Example
Text Example
White with #ACEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEECC; }
p { color: rgb(172,238,204); }
H1.HeaderClassName
{
color: #ACEECC;
}
.AnyTagClassName
{
color: #ACEECC;
}
</style>
background-color css
<style>
a { background-color: #ACEECC; }
a { background-color: rgb(172,238,204); }
div.DivClassName
{
background-color: #ACEECC;
}
.BgClassName
{
background-color: #ACEECC;
}
</style>
border-color css
<style>
span { border-color: #ACEECC; }
span { border-color: rgb(172,238,204); }
td.TdClassName
{
border-color: #ACEECC;
}
.TagClassName
{
border-color: #ACEECC;
}
</style>