Shades of Magic Mint #A4ECD1
Tints of Magic Mint #A4ECD1
RGB
CMYK
RGB Variations
Color information
#A4ECD1 (or 0xA4ECD1) is known color: Magic Mint. HEX triplet: A4, EC and D1. RGB value is (164,236,209). Sum of RGB (Red+Green+Blue) = 164+236+209=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECD1 is #5B132E. Grayscale: #D3D3D3. Windows color (decimal): -5968687 or 13757604. OLE color: 13757604.
HSL color Cylindrical-coordinate representation of color #A4ECD1: hue angle of 157.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECD1 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 209 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.07 |
| HSL | 157.5º | 0.65% | 0.78% | - |
| HSV(B) | 157.5º | 0.31% | 0.93% | - |
| XYZ | 56.81 | 72.49 | 71.32 | - |
| YUV | 211.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 209 | 0.31 | 0 | 0.11 | 0.07 | 157.5 | 0.65 | 0.78 |
| Hex | A4 | EC | D1 | 1F | 0 | B | 7 | 9E | 41 | 4E |
| Octal | 244 | 354 | 321 | 37 | 0 | 13 | 7 | 236 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11010001 | 11111 | 0 | 1011 | 111 | 10011110 | 1000001 | 1001110 |
Color Harmonies of #A4ECD1
Complementary color
Monochromatic Colors of #A4ECD1
Black with #A4ECD1
Text Example
Text Example
White with #A4ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECD1; }
p { color: rgb(164,236,209); }
H1.HeaderClassName
{
color: #A4ECD1;
}
.AnyTagClassName
{
color: #A4ECD1;
}
</style>
background-color css
<style>
a { background-color: #A4ECD1; }
a { background-color: rgb(164,236,209); }
div.DivClassName
{
background-color: #A4ECD1;
}
.BgClassName
{
background-color: #A4ECD1;
}
</style>
border-color css
<style>
span { border-color: #A4ECD1; }
span { border-color: rgb(164,236,209); }
td.TdClassName
{
border-color: #A4ECD1;
}
.TagClassName
{
border-color: #A4ECD1;
}
</style>