Shades of Magic Mint #ACFBD2
Tints of Magic Mint #ACFBD2
RGB
CMYK
RGB Variations
Color information
#ACFBD2 (or 0xACFBD2) is known color: Magic Mint. HEX triplet: AC, FB and D2. RGB value is (172,251,210). Sum of RGB (Red+Green+Blue) = 172+251+210=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBD2 is #53042D. Grayscale: #DEDEDE. Windows color (decimal): -5440558 or 13826988. OLE color: 13826988.
HSL color Cylindrical-coordinate representation of color #ACFBD2: hue angle of 148.86º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBD2 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 210 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.02 |
| HSL | 148.86º | 0.91% | 0.83% | - |
| HSV(B) | 148.86º | 0.31% | 0.98% | - |
| XYZ | 63.14 | 82.42 | 73.55 | - |
| YUV | 222.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 210 | 0.31 | 0 | 0.16 | 0.02 | 148.86 | 0.91 | 0.83 |
| Hex | AC | FB | D2 | 1F | 0 | 10 | 2 | 95 | 5B | 53 |
| Octal | 254 | 373 | 322 | 37 | 0 | 20 | 2 | 225 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11010010 | 11111 | 0 | 10000 | 10 | 10010101 | 1011011 | 1010011 |
Color Harmonies of #ACFBD2
Complementary color
Monochromatic Colors of #ACFBD2
Black with #ACFBD2
Text Example
Text Example
White with #ACFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBD2; }
p { color: rgb(172,251,210); }
H1.HeaderClassName
{
color: #ACFBD2;
}
.AnyTagClassName
{
color: #ACFBD2;
}
</style>
background-color css
<style>
a { background-color: #ACFBD2; }
a { background-color: rgb(172,251,210); }
div.DivClassName
{
background-color: #ACFBD2;
}
.BgClassName
{
background-color: #ACFBD2;
}
</style>
border-color css
<style>
span { border-color: #ACFBD2; }
span { border-color: rgb(172,251,210); }
td.TdClassName
{
border-color: #ACFBD2;
}
.TagClassName
{
border-color: #ACFBD2;
}
</style>