Shades of Magic Mint #ACEEC6
Tints of Magic Mint #ACEEC6
RGB
CMYK
RGB Variations
Color information
#ACEEC6 (or 0xACEEC6) is known color: Magic Mint. HEX triplet: AC, EE and C6. RGB value is (172,238,198). Sum of RGB (Red+Green+Blue) = 172+238+198=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC6 is #531139. Grayscale: #D5D5D5. Windows color (decimal): -5443898 or 13037228. OLE color: 13037228.
HSL color Cylindrical-coordinate representation of color #ACEEC6: hue angle of 143.64º 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 #ACEEC6 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 198 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.07 |
| HSL | 143.64º | 0.66% | 0.8% | - |
| HSV(B) | 143.64º | 0.28% | 0.93% | - |
| XYZ | 57.78 | 74 | 64.66 | - |
| YUV | 213.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 198 | 0.28 | 0 | 0.17 | 0.07 | 143.64 | 0.66 | 0.8 |
| Hex | AC | EE | C6 | 1C | 0 | 11 | 7 | 90 | 42 | 50 |
| Octal | 254 | 356 | 306 | 34 | 0 | 21 | 7 | 220 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11000110 | 11100 | 0 | 10001 | 111 | 10010000 | 1000010 | 1010000 |
Color Harmonies of #ACEEC6
Complementary color
Monochromatic Colors of #ACEEC6
Black with #ACEEC6
Text Example
Text Example
White with #ACEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEC6; }
p { color: rgb(172,238,198); }
H1.HeaderClassName
{
color: #ACEEC6;
}
.AnyTagClassName
{
color: #ACEEC6;
}
</style>
background-color css
<style>
a { background-color: #ACEEC6; }
a { background-color: rgb(172,238,198); }
div.DivClassName
{
background-color: #ACEEC6;
}
.BgClassName
{
background-color: #ACEEC6;
}
</style>
border-color css
<style>
span { border-color: #ACEEC6; }
span { border-color: rgb(172,238,198); }
td.TdClassName
{
border-color: #ACEEC6;
}
.TagClassName
{
border-color: #ACEEC6;
}
</style>