Shades of Magic Mint #ACEECE
Tints of Magic Mint #ACEECE
RGB
CMYK
RGB Variations
Color information
#ACEECE (or 0xACEECE) is known color: Magic Mint. HEX triplet: AC, EE and CE. RGB value is (172,238,206). Sum of RGB (Red+Green+Blue) = 172+238+206=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEECE is #531131. Grayscale: #D6D6D6. Windows color (decimal): -5443890 or 13561516. OLE color: 13561516.
HSL color Cylindrical-coordinate representation of color #ACEECE: hue angle of 150.91º 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 #ACEECE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 206 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 150.91º | 0.66% | 0.8% | - |
| HSV(B) | 150.91º | 0.28% | 0.93% | - |
| XYZ | 58.73 | 74.38 | 69.65 | - |
| YUV | 214.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 206 | 0.28 | 0 | 0.13 | 0.07 | 150.91 | 0.66 | 0.8 |
| Hex | AC | EE | CE | 1C | 0 | D | 7 | 97 | 42 | 50 |
| Octal | 254 | 356 | 316 | 34 | 0 | 15 | 7 | 227 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11001110 | 11100 | 0 | 1101 | 111 | 10010111 | 1000010 | 1010000 |
Color Harmonies of #ACEECE
Complementary color
Monochromatic Colors of #ACEECE
Black with #ACEECE
Text Example
Text Example
White with #ACEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEECE; }
p { color: rgb(172,238,206); }
H1.HeaderClassName
{
color: #ACEECE;
}
.AnyTagClassName
{
color: #ACEECE;
}
</style>
background-color css
<style>
a { background-color: #ACEECE; }
a { background-color: rgb(172,238,206); }
div.DivClassName
{
background-color: #ACEECE;
}
.BgClassName
{
background-color: #ACEECE;
}
</style>
border-color css
<style>
span { border-color: #ACEECE; }
span { border-color: rgb(172,238,206); }
td.TdClassName
{
border-color: #ACEECE;
}
.TagClassName
{
border-color: #ACEECE;
}
</style>