Shades of Magic Mint #A4E7CC
Tints of Magic Mint #A4E7CC
RGB
CMYK
RGB Variations
Color information
#A4E7CC (or 0xA4E7CC) is known color: Magic Mint. HEX triplet: A4, E7 and CC. RGB value is (164,231,204). Sum of RGB (Red+Green+Blue) = 164+231+204=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7CC is #5B1833. Grayscale: #CFCFCF. Windows color (decimal): -5969972 or 13428644. OLE color: 13428644.
HSL color Cylindrical-coordinate representation of color #A4E7CC: hue angle of 155.82º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E7CC is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 204 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.09 |
| HSL | 155.82º | 0.58% | 0.77% | - |
| HSV(B) | 155.82º | 0.29% | 0.91% | - |
| XYZ | 54.78 | 69.4 | 67.64 | - |
| YUV | 207.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 204 | 0.29 | 0 | 0.12 | 0.09 | 155.82 | 0.58 | 0.77 |
| Hex | A4 | E7 | CC | 1D | 0 | C | 9 | 9C | 3A | 4D |
| Octal | 244 | 347 | 314 | 35 | 0 | 14 | 11 | 234 | 72 | 115 |
| Binary | 10100100 | 11100111 | 11001100 | 11101 | 0 | 1100 | 1001 | 10011100 | 111010 | 1001101 |
Color Harmonies of #A4E7CC
Complementary color
Monochromatic Colors of #A4E7CC
Black with #A4E7CC
Text Example
Text Example
White with #A4E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E7CC; }
p { color: rgb(164,231,204); }
H1.HeaderClassName
{
color: #A4E7CC;
}
.AnyTagClassName
{
color: #A4E7CC;
}
</style>
background-color css
<style>
a { background-color: #A4E7CC; }
a { background-color: rgb(164,231,204); }
div.DivClassName
{
background-color: #A4E7CC;
}
.BgClassName
{
background-color: #A4E7CC;
}
</style>
border-color css
<style>
span { border-color: #A4E7CC; }
span { border-color: rgb(164,231,204); }
td.TdClassName
{
border-color: #A4E7CC;
}
.TagClassName
{
border-color: #A4E7CC;
}
</style>