Shades of Magic Mint #ACEECF
Tints of Magic Mint #ACEECF
RGB
CMYK
RGB Variations
Color information
#ACEECF (or 0xACEECF) is known color: Magic Mint. HEX triplet: AC, EE and CF. RGB value is (172,238,207). Sum of RGB (Red+Green+Blue) = 172+238+207=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEECF is #531130. Grayscale: #D6D6D6. Windows color (decimal): -5443889 or 13627052. OLE color: 13627052.
HSL color Cylindrical-coordinate representation of color #ACEECF: hue angle of 151.82º 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 #ACEECF is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 207 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 151.82º | 0.66% | 0.8% | - |
| HSV(B) | 151.82º | 0.28% | 0.93% | - |
| XYZ | 58.85 | 74.42 | 70.3 | - |
| YUV | 214.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 207 | 0.28 | 0 | 0.13 | 0.07 | 151.82 | 0.66 | 0.8 |
| Hex | AC | EE | CF | 1C | 0 | D | 7 | 98 | 42 | 50 |
| Octal | 254 | 356 | 317 | 34 | 0 | 15 | 7 | 230 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11001111 | 11100 | 0 | 1101 | 111 | 10011000 | 1000010 | 1010000 |
Color Harmonies of #ACEECF
Complementary color
Monochromatic Colors of #ACEECF
Black with #ACEECF
Text Example
Text Example
White with #ACEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEECF; }
p { color: rgb(172,238,207); }
H1.HeaderClassName
{
color: #ACEECF;
}
.AnyTagClassName
{
color: #ACEECF;
}
</style>
background-color css
<style>
a { background-color: #ACEECF; }
a { background-color: rgb(172,238,207); }
div.DivClassName
{
background-color: #ACEECF;
}
.BgClassName
{
background-color: #ACEECF;
}
</style>
border-color css
<style>
span { border-color: #ACEECF; }
span { border-color: rgb(172,238,207); }
td.TdClassName
{
border-color: #ACEECF;
}
.TagClassName
{
border-color: #ACEECF;
}
</style>