Shades of Magic Mint #ACFDD2
Tints of Magic Mint #ACFDD2
RGB
CMYK
RGB Variations
Color information
#ACFDD2 (or 0xACFDD2) is known color: Magic Mint. HEX triplet: AC, FD and D2. RGB value is (172,253,210). Sum of RGB (Red+Green+Blue) = 172+253+210=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD2 is #53022D. Grayscale: #DFDFDF. Windows color (decimal): -5440046 or 13827500. OLE color: 13827500.
HSL color Cylindrical-coordinate representation of color #ACFDD2: hue angle of 148.15º 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 #ACFDD2 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 210 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 148.15º | 0.95% | 0.83% | - |
| HSV(B) | 148.15º | 0.32% | 0.99% | - |
| XYZ | 63.77 | 83.67 | 73.76 | - |
| YUV | 223.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 210 | 0.32 | 0 | 0.17 | 0.01 | 148.15 | 0.95 | 0.83 |
| Hex | AC | FD | D2 | 20 | 0 | 11 | 1 | 94 | 5F | 53 |
| Octal | 254 | 375 | 322 | 40 | 0 | 21 | 1 | 224 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11010010 | 100000 | 0 | 10001 | 1 | 10010100 | 1011111 | 1010011 |
Color Harmonies of #ACFDD2
Complementary color
Monochromatic Colors of #ACFDD2
Black with #ACFDD2
Text Example
Text Example
White with #ACFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDD2; }
p { color: rgb(172,253,210); }
H1.HeaderClassName
{
color: #ACFDD2;
}
.AnyTagClassName
{
color: #ACFDD2;
}
</style>
background-color css
<style>
a { background-color: #ACFDD2; }
a { background-color: rgb(172,253,210); }
div.DivClassName
{
background-color: #ACFDD2;
}
.BgClassName
{
background-color: #ACFDD2;
}
</style>
border-color css
<style>
span { border-color: #ACFDD2; }
span { border-color: rgb(172,253,210); }
td.TdClassName
{
border-color: #ACFDD2;
}
.TagClassName
{
border-color: #ACFDD2;
}
</style>