Shades of Magic Mint #A4ECD3
Tints of Magic Mint #A4ECD3
RGB
CMYK
RGB Variations
Color information
#A4ECD3 (or 0xA4ECD3) is known color: Magic Mint. HEX triplet: A4, EC and D3. RGB value is (164,236,211). Sum of RGB (Red+Green+Blue) = 164+236+211=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECD3 is #5B132C. Grayscale: #D3D3D3. Windows color (decimal): -5968685 or 13888676. OLE color: 13888676.
HSL color Cylindrical-coordinate representation of color #A4ECD3: hue angle of 159.17º 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 #A4ECD3 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 211 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.07 |
| HSL | 159.17º | 0.65% | 0.78% | - |
| HSV(B) | 159.17º | 0.31% | 0.93% | - |
| XYZ | 57.06 | 72.59 | 72.63 | - |
| YUV | 211.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 211 | 0.31 | 0 | 0.11 | 0.07 | 159.17 | 0.65 | 0.78 |
| Hex | A4 | EC | D3 | 1F | 0 | B | 7 | 9F | 41 | 4E |
| Octal | 244 | 354 | 323 | 37 | 0 | 13 | 7 | 237 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11010011 | 11111 | 0 | 1011 | 111 | 10011111 | 1000001 | 1001110 |
Color Harmonies of #A4ECD3
Complementary color
Monochromatic Colors of #A4ECD3
Black with #A4ECD3
Text Example
Text Example
White with #A4ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECD3; }
p { color: rgb(164,236,211); }
H1.HeaderClassName
{
color: #A4ECD3;
}
.AnyTagClassName
{
color: #A4ECD3;
}
</style>
background-color css
<style>
a { background-color: #A4ECD3; }
a { background-color: rgb(164,236,211); }
div.DivClassName
{
background-color: #A4ECD3;
}
.BgClassName
{
background-color: #A4ECD3;
}
</style>
border-color css
<style>
span { border-color: #A4ECD3; }
span { border-color: rgb(164,236,211); }
td.TdClassName
{
border-color: #A4ECD3;
}
.TagClassName
{
border-color: #A4ECD3;
}
</style>