Shades of Magic Mint #A4E2CB
Tints of Magic Mint #A4E2CB
RGB
CMYK
RGB Variations
Color information
#A4E2CB (or 0xA4E2CB) is known color: Magic Mint. HEX triplet: A4, E2 and CB. RGB value is (164,226,203). Sum of RGB (Red+Green+Blue) = 164+226+203=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2CB is #5B1D34. Grayscale: #CCCCCC. Windows color (decimal): -5971253 or 13361828. OLE color: 13361828.
HSL color Cylindrical-coordinate representation of color #A4E2CB: hue angle of 157.74º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2CB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 203 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.11 |
| HSL | 157.74º | 0.52% | 0.76% | - |
| HSV(B) | 157.74º | 0.27% | 0.89% | - |
| XYZ | 53.29 | 66.6 | 66.55 | - |
| YUV | 204.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 203 | 0.27 | 0 | 0.10 | 0.11 | 157.74 | 0.52 | 0.76 |
| Hex | A4 | E2 | CB | 1B | 0 | A | B | 9E | 34 | 4C |
| Octal | 244 | 342 | 313 | 33 | 0 | 12 | 13 | 236 | 64 | 114 |
| Binary | 10100100 | 11100010 | 11001011 | 11011 | 0 | 1010 | 1011 | 10011110 | 110100 | 1001100 |
Color Harmonies of #A4E2CB
Complementary color
Monochromatic Colors of #A4E2CB
Black with #A4E2CB
Text Example
Text Example
White with #A4E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2CB; }
p { color: rgb(164,226,203); }
H1.HeaderClassName
{
color: #A4E2CB;
}
.AnyTagClassName
{
color: #A4E2CB;
}
</style>
background-color css
<style>
a { background-color: #A4E2CB; }
a { background-color: rgb(164,226,203); }
div.DivClassName
{
background-color: #A4E2CB;
}
.BgClassName
{
background-color: #A4E2CB;
}
</style>
border-color css
<style>
span { border-color: #A4E2CB; }
span { border-color: rgb(164,226,203); }
td.TdClassName
{
border-color: #A4E2CB;
}
.TagClassName
{
border-color: #A4E2CB;
}
</style>