Shades of Magic Mint #ACFDDA
Tints of Magic Mint #ACFDDA
RGB
CMYK
RGB Variations
Color information
#ACFDDA (or 0xACFDDA) is known color: Magic Mint. HEX triplet: AC, FD and DA. RGB value is (172,253,218). Sum of RGB (Red+Green+Blue) = 172+253+218=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDA is #530225. Grayscale: #E0E0E0. Windows color (decimal): -5440038 or 14351788. OLE color: 14351788.
HSL color Cylindrical-coordinate representation of color #ACFDDA: hue angle of 154.07º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDDA is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 218 | - |
CMYK | 0.32 | 0 | 0.14 | 0.01 |
HSL | 154.07º | 0.95% | 0.83% | - |
HSV(B) | 154.07º | 0.32% | 0.99% | - |
XYZ | 64.79 | 84.08 | 79.14 | - |
YUV | 224.79 | 124.16 | 90.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 218 | 0.32 | 0 | 0.14 | 0.01 | 154.07 | 0.95 | 0.83 |
Hex | AC | FD | DA | 20 | 0 | E | 1 | 9A | 5F | 53 |
Octal | 254 | 375 | 332 | 40 | 0 | 16 | 1 | 232 | 137 | 123 |
Binary | 10101100 | 11111101 | 11011010 | 100000 | 0 | 1110 | 1 | 10011010 | 1011111 | 1010011 |
Color Harmonies of #ACFDDA
Complementary color
Monochromatic Colors of #ACFDDA
Black with #ACFDDA
Text Example
Text Example
White with #ACFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDDA; }
p { color: rgb(172,253,218); }
H1.HeaderClassName
{
color: #ACFDDA;
}
.AnyTagClassName
{
color: #ACFDDA;
}
</style>
background-color css
<style>
a { background-color: #ACFDDA; }
a { background-color: rgb(172,253,218); }
div.DivClassName
{
background-color: #ACFDDA;
}
.BgClassName
{
background-color: #ACFDDA;
}
</style>
border-color css
<style>
span { border-color: #ACFDDA; }
span { border-color: rgb(172,253,218); }
td.TdClassName
{
border-color: #ACFDDA;
}
.TagClassName
{
border-color: #ACFDDA;
}
</style>