Shades of Magic Mint #ACEECD
Tints of Magic Mint #ACEECD
RGB
CMYK
RGB Variations
Color information
#ACEECD (or 0xACEECD) is known color: Magic Mint. HEX triplet: AC, EE and CD. RGB value is (172,238,205). Sum of RGB (Red+Green+Blue) = 172+238+205=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEECD is #531132. Grayscale: #D6D6D6. Windows color (decimal): -5443891 or 13495980. OLE color: 13495980.
HSL color Cylindrical-coordinate representation of color #ACEECD: hue angle of 150º 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 #ACEECD is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 205 | - |
CMYK | 0.28 | 0 | 0.14 | 0.07 |
HSL | 150º | 0.66% | 0.8% | - |
HSV(B) | 150º | 0.28% | 0.93% | - |
XYZ | 58.61 | 74.33 | 69.02 | - |
YUV | 214.5 | 122.63 | 97.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 205 | 0.28 | 0 | 0.14 | 0.07 | 150 | 0.66 | 0.8 |
Hex | AC | EE | CD | 1C | 0 | E | 7 | 96 | 42 | 50 |
Octal | 254 | 356 | 315 | 34 | 0 | 16 | 7 | 226 | 102 | 120 |
Binary | 10101100 | 11101110 | 11001101 | 11100 | 0 | 1110 | 111 | 10010110 | 1000010 | 1010000 |
Color Harmonies of #ACEECD
Complementary color
Monochromatic Colors of #ACEECD
Black with #ACEECD
Text Example
Text Example
White with #ACEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEECD; }
p { color: rgb(172,238,205); }
H1.HeaderClassName
{
color: #ACEECD;
}
.AnyTagClassName
{
color: #ACEECD;
}
</style>
background-color css
<style>
a { background-color: #ACEECD; }
a { background-color: rgb(172,238,205); }
div.DivClassName
{
background-color: #ACEECD;
}
.BgClassName
{
background-color: #ACEECD;
}
</style>
border-color css
<style>
span { border-color: #ACEECD; }
span { border-color: rgb(172,238,205); }
td.TdClassName
{
border-color: #ACEECD;
}
.TagClassName
{
border-color: #ACEECD;
}
</style>