Shades of Magic Mint #A7EDCB
Tints of Magic Mint #A7EDCB
RGB
CMYK
RGB Variations
Color information
#A7EDCB (or 0xA7EDCB) is known color: Magic Mint. HEX triplet: A7, ED and CB. RGB value is (167,237,203). Sum of RGB (Red+Green+Blue) = 167+237+203=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDCB is #581234. Grayscale: #D4D4D4. Windows color (decimal): -5771829 or 13364647. OLE color: 13364647.
HSL color Cylindrical-coordinate representation of color #A7EDCB: hue angle of 150.86º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDCB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 203 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.07 |
| HSL | 150.86º | 0.66% | 0.79% | - |
| HSV(B) | 150.86º | 0.3% | 0.93% | - |
| XYZ | 57 | 73.1 | 67.6 | - |
| YUV | 212.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 203 | 0.30 | 0 | 0.14 | 0.07 | 150.86 | 0.66 | 0.79 |
| Hex | A7 | ED | CB | 1E | 0 | E | 7 | 97 | 42 | 4F |
| Octal | 247 | 355 | 313 | 36 | 0 | 16 | 7 | 227 | 102 | 117 |
| Binary | 10100111 | 11101101 | 11001011 | 11110 | 0 | 1110 | 111 | 10010111 | 1000010 | 1001111 |
Color Harmonies of #A7EDCB
Complementary color
Monochromatic Colors of #A7EDCB
Black with #A7EDCB
Text Example
Text Example
White with #A7EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDCB; }
p { color: rgb(167,237,203); }
H1.HeaderClassName
{
color: #A7EDCB;
}
.AnyTagClassName
{
color: #A7EDCB;
}
</style>
background-color css
<style>
a { background-color: #A7EDCB; }
a { background-color: rgb(167,237,203); }
div.DivClassName
{
background-color: #A7EDCB;
}
.BgClassName
{
background-color: #A7EDCB;
}
</style>
border-color css
<style>
span { border-color: #A7EDCB; }
span { border-color: rgb(167,237,203); }
td.TdClassName
{
border-color: #A7EDCB;
}
.TagClassName
{
border-color: #A7EDCB;
}
</style>