Shades of Magic Mint #A7E4CB
Tints of Magic Mint #A7E4CB
RGB
CMYK
RGB Variations
Color information
#A7E4CB (or 0xA7E4CB) is known color: Magic Mint. HEX triplet: A7, E4 and CB. RGB value is (167,228,203). Sum of RGB (Red+Green+Blue) = 167+228+203=598 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.93% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E4CB is #581B34. Grayscale: #CECECE. Windows color (decimal): -5774133 or 13362343. OLE color: 13362343.
HSL color Cylindrical-coordinate representation of color #A7E4CB: hue angle of 155.41º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7E4CB is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 228 | 203 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.11 |
| HSL | 155.41º | 0.53% | 0.77% | - |
| HSV(B) | 155.41º | 0.27% | 0.89% | - |
| XYZ | 54.46 | 68.01 | 66.76 | - |
| YUV | 206.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 203 | 0.27 | 0 | 0.11 | 0.11 | 155.41 | 0.53 | 0.77 |
| Hex | A7 | E4 | CB | 1B | 0 | B | B | 9B | 35 | 4D |
| Octal | 247 | 344 | 313 | 33 | 0 | 13 | 13 | 233 | 65 | 115 |
| Binary | 10100111 | 11100100 | 11001011 | 11011 | 0 | 1011 | 1011 | 10011011 | 110101 | 1001101 |
Color Harmonies of #A7E4CB
Complementary color
Monochromatic Colors of #A7E4CB
Black with #A7E4CB
Text Example
Text Example
White with #A7E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E4CB; }
p { color: rgb(167,228,203); }
H1.HeaderClassName
{
color: #A7E4CB;
}
.AnyTagClassName
{
color: #A7E4CB;
}
</style>
background-color css
<style>
a { background-color: #A7E4CB; }
a { background-color: rgb(167,228,203); }
div.DivClassName
{
background-color: #A7E4CB;
}
.BgClassName
{
background-color: #A7E4CB;
}
</style>
border-color css
<style>
span { border-color: #A7E4CB; }
span { border-color: rgb(167,228,203); }
td.TdClassName
{
border-color: #A7E4CB;
}
.TagClassName
{
border-color: #A7E4CB;
}
</style>