Shades of Magic Mint #ACEED3
Tints of Magic Mint #ACEED3
RGB
CMYK
RGB Variations
Color information
#ACEED3 (or 0xACEED3) is known color: Magic Mint. HEX triplet: AC, EE and D3. RGB value is (172,238,211). Sum of RGB (Red+Green+Blue) = 172+238+211=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEED3 is #53112C. Grayscale: #D7D7D7. Windows color (decimal): -5443885 or 13889196. OLE color: 13889196.
HSL color Cylindrical-coordinate representation of color #ACEED3: hue angle of 155.45º 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 #ACEED3 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 211 | - |
CMYK | 0.28 | 0 | 0.11 | 0.07 |
HSL | 155.45º | 0.66% | 0.8% | - |
HSV(B) | 155.45º | 0.28% | 0.93% | - |
XYZ | 59.35 | 74.62 | 72.9 | - |
YUV | 215.19 | 125.63 | 97.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 211 | 0.28 | 0 | 0.11 | 0.07 | 155.45 | 0.66 | 0.8 |
Hex | AC | EE | D3 | 1C | 0 | B | 7 | 9B | 42 | 50 |
Octal | 254 | 356 | 323 | 34 | 0 | 13 | 7 | 233 | 102 | 120 |
Binary | 10101100 | 11101110 | 11010011 | 11100 | 0 | 1011 | 111 | 10011011 | 1000010 | 1010000 |
Color Harmonies of #ACEED3
Complementary color
Monochromatic Colors of #ACEED3
Black with #ACEED3
Text Example
Text Example
White with #ACEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEED3; }
p { color: rgb(172,238,211); }
H1.HeaderClassName
{
color: #ACEED3;
}
.AnyTagClassName
{
color: #ACEED3;
}
</style>
background-color css
<style>
a { background-color: #ACEED3; }
a { background-color: rgb(172,238,211); }
div.DivClassName
{
background-color: #ACEED3;
}
.BgClassName
{
background-color: #ACEED3;
}
</style>
border-color css
<style>
span { border-color: #ACEED3; }
span { border-color: rgb(172,238,211); }
td.TdClassName
{
border-color: #ACEED3;
}
.TagClassName
{
border-color: #ACEED3;
}
</style>