Shades of Magic Mint #ACEECA
Tints of Magic Mint #ACEECA
RGB
CMYK
RGB Variations
Color information
#ACEECA (or 0xACEECA) is known color: Magic Mint. HEX triplet: AC, EE and CA. RGB value is (172,238,202). Sum of RGB (Red+Green+Blue) = 172+238+202=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEECA is #531135. Grayscale: #D6D6D6. Windows color (decimal): -5443894 or 13299372. OLE color: 13299372.
HSL color Cylindrical-coordinate representation of color #ACEECA: hue angle of 147.27º 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 #ACEECA is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 202 | - |
CMYK | 0.28 | 0 | 0.15 | 0.07 |
HSL | 147.27º | 0.66% | 0.8% | - |
HSV(B) | 147.27º | 0.28% | 0.93% | - |
XYZ | 58.25 | 74.18 | 67.13 | - |
YUV | 214.16 | 121.13 | 97.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 202 | 0.28 | 0 | 0.15 | 0.07 | 147.27 | 0.66 | 0.8 |
Hex | AC | EE | CA | 1C | 0 | F | 7 | 93 | 42 | 50 |
Octal | 254 | 356 | 312 | 34 | 0 | 17 | 7 | 223 | 102 | 120 |
Binary | 10101100 | 11101110 | 11001010 | 11100 | 0 | 1111 | 111 | 10010011 | 1000010 | 1010000 |
Color Harmonies of #ACEECA
Complementary color
Monochromatic Colors of #ACEECA
Black with #ACEECA
Text Example
Text Example
White with #ACEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEECA; }
p { color: rgb(172,238,202); }
H1.HeaderClassName
{
color: #ACEECA;
}
.AnyTagClassName
{
color: #ACEECA;
}
</style>
background-color css
<style>
a { background-color: #ACEECA; }
a { background-color: rgb(172,238,202); }
div.DivClassName
{
background-color: #ACEECA;
}
.BgClassName
{
background-color: #ACEECA;
}
</style>
border-color css
<style>
span { border-color: #ACEECA; }
span { border-color: rgb(172,238,202); }
td.TdClassName
{
border-color: #ACEECA;
}
.TagClassName
{
border-color: #ACEECA;
}
</style>