Shades of Magic Mint #A4ECCD
Tints of Magic Mint #A4ECCD
RGB
CMYK
RGB Variations
Color information
#A4ECCD (or 0xA4ECCD) is known color: Magic Mint. HEX triplet: A4, EC and CD. RGB value is (164,236,205). Sum of RGB (Red+Green+Blue) = 164+236+205=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECCD is #5B1332. Grayscale: #D2D2D2. Windows color (decimal): -5968691 or 13495460. OLE color: 13495460.
HSL color Cylindrical-coordinate representation of color #A4ECCD: hue angle of 154.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 #A4ECCD is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 205 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.07 |
| HSL | 154.17º | 0.65% | 0.78% | - |
| HSV(B) | 154.17º | 0.31% | 0.93% | - |
| XYZ | 56.32 | 72.29 | 68.74 | - |
| YUV | 210.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 205 | 0.31 | 0 | 0.13 | 0.07 | 154.17 | 0.65 | 0.78 |
| Hex | A4 | EC | CD | 1F | 0 | D | 7 | 9A | 41 | 4E |
| Octal | 244 | 354 | 315 | 37 | 0 | 15 | 7 | 232 | 101 | 116 |
| Binary | 10100100 | 11101100 | 11001101 | 11111 | 0 | 1101 | 111 | 10011010 | 1000001 | 1001110 |
Color Harmonies of #A4ECCD
Complementary color
Monochromatic Colors of #A4ECCD
Black with #A4ECCD
Text Example
Text Example
White with #A4ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ECCD; }
p { color: rgb(164,236,205); }
H1.HeaderClassName
{
color: #A4ECCD;
}
.AnyTagClassName
{
color: #A4ECCD;
}
</style>
background-color css
<style>
a { background-color: #A4ECCD; }
a { background-color: rgb(164,236,205); }
div.DivClassName
{
background-color: #A4ECCD;
}
.BgClassName
{
background-color: #A4ECCD;
}
</style>
border-color css
<style>
span { border-color: #A4ECCD; }
span { border-color: rgb(164,236,205); }
td.TdClassName
{
border-color: #A4ECCD;
}
.TagClassName
{
border-color: #A4ECCD;
}
</style>