Shades of Magic Mint #A4EBCB
Tints of Magic Mint #A4EBCB
RGB
CMYK
RGB Variations
Color information
#A4EBCB (or 0xA4EBCB) is known color: Magic Mint. HEX triplet: A4, EB and CB. RGB value is (164,235,203). Sum of RGB (Red+Green+Blue) = 164+235+203=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBCB is #5B1434. Grayscale: #D2D2D2. Windows color (decimal): -5968949 or 13364132. OLE color: 13364132.
HSL color Cylindrical-coordinate representation of color #A4EBCB: hue angle of 152.96º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBCB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 203 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.08 |
| HSL | 152.96º | 0.64% | 0.78% | - |
| HSV(B) | 152.96º | 0.3% | 0.92% | - |
| XYZ | 55.8 | 71.62 | 67.38 | - |
| YUV | 210.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 203 | 0.30 | 0 | 0.14 | 0.08 | 152.96 | 0.64 | 0.78 |
| Hex | A4 | EB | CB | 1E | 0 | E | 8 | 99 | 40 | 4E |
| Octal | 244 | 353 | 313 | 36 | 0 | 16 | 10 | 231 | 100 | 116 |
| Binary | 10100100 | 11101011 | 11001011 | 11110 | 0 | 1110 | 1000 | 10011001 | 1000000 | 1001110 |
Color Harmonies of #A4EBCB
Complementary color
Monochromatic Colors of #A4EBCB
Black with #A4EBCB
Text Example
Text Example
White with #A4EBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBCB; }
p { color: rgb(164,235,203); }
H1.HeaderClassName
{
color: #A4EBCB;
}
.AnyTagClassName
{
color: #A4EBCB;
}
</style>
background-color css
<style>
a { background-color: #A4EBCB; }
a { background-color: rgb(164,235,203); }
div.DivClassName
{
background-color: #A4EBCB;
}
.BgClassName
{
background-color: #A4EBCB;
}
</style>
border-color css
<style>
span { border-color: #A4EBCB; }
span { border-color: rgb(164,235,203); }
td.TdClassName
{
border-color: #A4EBCB;
}
.TagClassName
{
border-color: #A4EBCB;
}
</style>