Shades of Magic Mint #ACF3DA
Tints of Magic Mint #ACF3DA
RGB
CMYK
RGB Variations
Color information
#ACF3DA (or 0xACF3DA) is known color: Magic Mint. HEX triplet: AC, F3 and DA. RGB value is (172,243,218). Sum of RGB (Red+Green+Blue) = 172+243+218=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3DA is #530C25. Grayscale: #DADADA. Windows color (decimal): -5442598 or 14349228. OLE color: 14349228.
HSL color Cylindrical-coordinate representation of color #ACF3DA: hue angle of 158.87º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3DA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 172 | 243 | 218 | - |
CMYK | 0.29 | 0 | 0.10 | 0.05 |
HSL | 158.87º | 0.75% | 0.81% | - |
HSV(B) | 158.87º | 0.29% | 0.95% | - |
XYZ | 61.72 | 77.93 | 78.12 | - |
YUV | 218.92 | 127.48 | 94.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 243 | 218 | 0.29 | 0 | 0.10 | 0.05 | 158.87 | 0.75 | 0.81 |
Hex | AC | F3 | DA | 1D | 0 | A | 5 | 9F | 4B | 51 |
Octal | 254 | 363 | 332 | 35 | 0 | 12 | 5 | 237 | 113 | 121 |
Binary | 10101100 | 11110011 | 11011010 | 11101 | 0 | 1010 | 101 | 10011111 | 1001011 | 1010001 |
Color Harmonies of #ACF3DA
Complementary color
Monochromatic Colors of #ACF3DA
Black with #ACF3DA
Text Example
Text Example
White with #ACF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3DA; }
p { color: rgb(172,243,218); }
H1.HeaderClassName
{
color: #ACF3DA;
}
.AnyTagClassName
{
color: #ACF3DA;
}
</style>
background-color css
<style>
a { background-color: #ACF3DA; }
a { background-color: rgb(172,243,218); }
div.DivClassName
{
background-color: #ACF3DA;
}
.BgClassName
{
background-color: #ACF3DA;
}
</style>
border-color css
<style>
span { border-color: #ACF3DA; }
span { border-color: rgb(172,243,218); }
td.TdClassName
{
border-color: #ACF3DA;
}
.TagClassName
{
border-color: #ACF3DA;
}
</style>