Shades of Magic Mint #A7FFCD
Tints of Magic Mint #A7FFCD
RGB
CMYK
RGB Variations
Color information
#A7FFCD (or 0xA7FFCD) is known color: Magic Mint. HEX triplet: A7, FF and CD. RGB value is (167,255,205). Sum of RGB (Red+Green+Blue) = 167+255+205=627 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.63% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FFCD is #580032. Grayscale: #DFDFDF. Windows color (decimal): -5767219 or 13500327. OLE color: 13500327.
HSL color Cylindrical-coordinate representation of color #A7FFCD: hue angle of 145.91º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFCD is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 205 | - |
| CMYK | 0.35 | 0 | 0.20 | 0 |
| HSL | 145.91º | 1% | 0.83% | - |
| HSV(B) | 145.91º | 0.35% | 1% | - |
| XYZ | 62.72 | 84.14 | 70.69 | - |
| YUV | 222.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 205 | 0.35 | 0 | 0.20 | 0 | 145.91 | 1 | 0.83 |
| Hex | A7 | FF | CD | 23 | 0 | 14 | 0 | 92 | 64 | 53 |
| Octal | 247 | 377 | 315 | 43 | 0 | 24 | 0 | 222 | 144 | 123 |
| Binary | 10100111 | 11111111 | 11001101 | 100011 | 0 | 10100 | 0 | 10010010 | 1100100 | 1010011 |
Color Harmonies of #A7FFCD
Complementary color
Monochromatic Colors of #A7FFCD
Black with #A7FFCD
Text Example
Text Example
White with #A7FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFCD; }
p { color: rgb(167,255,205); }
H1.HeaderClassName
{
color: #A7FFCD;
}
.AnyTagClassName
{
color: #A7FFCD;
}
</style>
background-color css
<style>
a { background-color: #A7FFCD; }
a { background-color: rgb(167,255,205); }
div.DivClassName
{
background-color: #A7FFCD;
}
.BgClassName
{
background-color: #A7FFCD;
}
</style>
border-color css
<style>
span { border-color: #A7FFCD; }
span { border-color: rgb(167,255,205); }
td.TdClassName
{
border-color: #A7FFCD;
}
.TagClassName
{
border-color: #A7FFCD;
}
</style>