Shades of Magic Mint #ACF5D2
Tints of Magic Mint #ACF5D2
RGB
CMYK
RGB Variations
Color information
#ACF5D2 (or 0xACF5D2) is known color: Magic Mint. HEX triplet: AC, F5 and D2. RGB value is (172,245,210). Sum of RGB (Red+Green+Blue) = 172+245+210=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5D2 is #530A2D. Grayscale: #DBDBDB. Windows color (decimal): -5442094 or 13825452. OLE color: 13825452.
HSL color Cylindrical-coordinate representation of color #ACF5D2: hue angle of 151.23º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5D2 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 210 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.04 |
| HSL | 151.23º | 0.78% | 0.82% | - |
| HSV(B) | 151.23º | 0.3% | 0.96% | - |
| XYZ | 61.3 | 78.73 | 72.94 | - |
| YUV | 219.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 210 | 0.30 | 0 | 0.14 | 0.04 | 151.23 | 0.78 | 0.82 |
| Hex | AC | F5 | D2 | 1E | 0 | E | 4 | 97 | 4E | 52 |
| Octal | 254 | 365 | 322 | 36 | 0 | 16 | 4 | 227 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11010010 | 11110 | 0 | 1110 | 100 | 10010111 | 1001110 | 1010010 |
Color Harmonies of #ACF5D2
Complementary color
Monochromatic Colors of #ACF5D2
Black with #ACF5D2
Text Example
Text Example
White with #ACF5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5D2; }
p { color: rgb(172,245,210); }
H1.HeaderClassName
{
color: #ACF5D2;
}
.AnyTagClassName
{
color: #ACF5D2;
}
</style>
background-color css
<style>
a { background-color: #ACF5D2; }
a { background-color: rgb(172,245,210); }
div.DivClassName
{
background-color: #ACF5D2;
}
.BgClassName
{
background-color: #ACF5D2;
}
</style>
border-color css
<style>
span { border-color: #ACF5D2; }
span { border-color: rgb(172,245,210); }
td.TdClassName
{
border-color: #ACF5D2;
}
.TagClassName
{
border-color: #ACF5D2;
}
</style>