Shades of Magic Mint #A4DFC5
Tints of Magic Mint #A4DFC5
RGB
CMYK
RGB Variations
Color information
#A4DFC5 (or 0xA4DFC5) is known color: Magic Mint. HEX triplet: A4, DF and C5. RGB value is (164,223,197). Sum of RGB (Red+Green+Blue) = 164+223+197=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFC5 is #5B203A. Grayscale: #CACACA. Windows color (decimal): -5972027 or 12967844. OLE color: 12967844.
HSL color Cylindrical-coordinate representation of color #A4DFC5: hue angle of 153.56º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFC5 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 197 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.13 |
| HSL | 153.56º | 0.48% | 0.76% | - |
| HSV(B) | 153.56º | 0.26% | 0.87% | - |
| XYZ | 51.78 | 64.7 | 62.58 | - |
| YUV | 202.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 197 | 0.26 | 0 | 0.12 | 0.13 | 153.56 | 0.48 | 0.76 |
| Hex | A4 | DF | C5 | 1A | 0 | C | D | 9A | 30 | 4C |
| Octal | 244 | 337 | 305 | 32 | 0 | 14 | 15 | 232 | 60 | 114 |
| Binary | 10100100 | 11011111 | 11000101 | 11010 | 0 | 1100 | 1101 | 10011010 | 110000 | 1001100 |
Color Harmonies of #A4DFC5
Complementary color
Monochromatic Colors of #A4DFC5
Black with #A4DFC5
Text Example
Text Example
White with #A4DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DFC5; }
p { color: rgb(164,223,197); }
H1.HeaderClassName
{
color: #A4DFC5;
}
.AnyTagClassName
{
color: #A4DFC5;
}
</style>
background-color css
<style>
a { background-color: #A4DFC5; }
a { background-color: rgb(164,223,197); }
div.DivClassName
{
background-color: #A4DFC5;
}
.BgClassName
{
background-color: #A4DFC5;
}
</style>
border-color css
<style>
span { border-color: #A4DFC5; }
span { border-color: rgb(164,223,197); }
td.TdClassName
{
border-color: #A4DFC5;
}
.TagClassName
{
border-color: #A4DFC5;
}
</style>