Shades of Magic Mint #ACFFC2
Tints of Magic Mint #ACFFC2
RGB
CMYK
RGB Variations
Color information
#ACFFC2 (or 0xACFFC2) is known color: Magic Mint. HEX triplet: AC, FF and C2. RGB value is (172,255,194). Sum of RGB (Red+Green+Blue) = 172+255+194=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC2 is #53003D. Grayscale: #DFDFDF. Windows color (decimal): -5439550 or 12779436. OLE color: 12779436.
HSL color Cylindrical-coordinate representation of color #ACFFC2: hue angle of 135.9º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFC2 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 194 | - |
CMYK | 0.33 | 0 | 0.24 | 0 |
HSL | 135.9º | 1% | 0.84% | - |
HSV(B) | 135.9º | 0.33% | 1% | - |
XYZ | 62.51 | 84.19 | 63.99 | - |
YUV | 223.23 | 111.5 | 91.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 194 | 0.33 | 0 | 0.24 | 0 | 135.9 | 1 | 0.84 |
Hex | AC | FF | C2 | 21 | 0 | 18 | 0 | 88 | 64 | 54 |
Octal | 254 | 377 | 302 | 41 | 0 | 30 | 0 | 210 | 144 | 124 |
Binary | 10101100 | 11111111 | 11000010 | 100001 | 0 | 11000 | 0 | 10001000 | 1100100 | 1010100 |
Color Harmonies of #ACFFC2
Complementary color
Monochromatic Colors of #ACFFC2
Black with #ACFFC2
Text Example
Text Example
White with #ACFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFC2; }
p { color: rgb(172,255,194); }
H1.HeaderClassName
{
color: #ACFFC2;
}
.AnyTagClassName
{
color: #ACFFC2;
}
</style>
background-color css
<style>
a { background-color: #ACFFC2; }
a { background-color: rgb(172,255,194); }
div.DivClassName
{
background-color: #ACFFC2;
}
.BgClassName
{
background-color: #ACFFC2;
}
</style>
border-color css
<style>
span { border-color: #ACFFC2; }
span { border-color: rgb(172,255,194); }
td.TdClassName
{
border-color: #ACFFC2;
}
.TagClassName
{
border-color: #ACFFC2;
}
</style>