Shades of Magic Mint #A4DDC4
Tints of Magic Mint #A4DDC4
RGB
CMYK
RGB Variations
Color information
#A4DDC4 (or 0xA4DDC4) is known color: Magic Mint. HEX triplet: A4, DD and C4. RGB value is (164,221,196). Sum of RGB (Red+Green+Blue) = 164+221+196=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC4 is #5B223B. Grayscale: #C9C9C9. Windows color (decimal): -5972540 or 12901796. OLE color: 12901796.
HSL color Cylindrical-coordinate representation of color #A4DDC4: hue angle of 153.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDC4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 196 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.13 |
| HSL | 153.68º | 0.46% | 0.75% | - |
| HSV(B) | 153.68º | 0.26% | 0.87% | - |
| XYZ | 51.13 | 63.59 | 61.8 | - |
| YUV | 201.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 196 | 0.26 | 0 | 0.11 | 0.13 | 153.68 | 0.46 | 0.75 |
| Hex | A4 | DD | C4 | 1A | 0 | B | D | 9A | 2E | 4B |
| Octal | 244 | 335 | 304 | 32 | 0 | 13 | 15 | 232 | 56 | 113 |
| Binary | 10100100 | 11011101 | 11000100 | 11010 | 0 | 1011 | 1101 | 10011010 | 101110 | 1001011 |
Color Harmonies of #A4DDC4
Complementary color
Monochromatic Colors of #A4DDC4
Black with #A4DDC4
Text Example
Text Example
White with #A4DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDC4; }
p { color: rgb(164,221,196); }
H1.HeaderClassName
{
color: #A4DDC4;
}
.AnyTagClassName
{
color: #A4DDC4;
}
</style>
background-color css
<style>
a { background-color: #A4DDC4; }
a { background-color: rgb(164,221,196); }
div.DivClassName
{
background-color: #A4DDC4;
}
.BgClassName
{
background-color: #A4DDC4;
}
</style>
border-color css
<style>
span { border-color: #A4DDC4; }
span { border-color: rgb(164,221,196); }
td.TdClassName
{
border-color: #A4DDC4;
}
.TagClassName
{
border-color: #A4DDC4;
}
</style>