Shades of Magic Mint #A7FFD3
Tints of Magic Mint #A7FFD3
RGB
CMYK
RGB Variations
Color information
#A7FFD3 (or 0xA7FFD3) is known color: Magic Mint. HEX triplet: A7, FF and D3. RGB value is (167,255,211). Sum of RGB (Red+Green+Blue) = 167+255+211=633 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.38% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FFD3 is #58002C. Grayscale: #DFDFDF. Windows color (decimal): -5767213 or 13893543. OLE color: 13893543.
HSL color Cylindrical-coordinate representation of color #A7FFD3: hue angle of 150º 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 #A7FFD3 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 255 | 211 | - |
| CMYK | 0.35 | 0 | 0.17 | 0 |
| HSL | 150º | 1% | 0.83% | - |
| HSV(B) | 150º | 0.35% | 1% | - |
| XYZ | 63.45 | 84.44 | 74.58 | - |
| YUV | 223.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 255 | 211 | 0.35 | 0 | 0.17 | 0 | 150 | 1 | 0.83 |
| Hex | A7 | FF | D3 | 23 | 0 | 11 | 0 | 96 | 64 | 53 |
| Octal | 247 | 377 | 323 | 43 | 0 | 21 | 0 | 226 | 144 | 123 |
| Binary | 10100111 | 11111111 | 11010011 | 100011 | 0 | 10001 | 0 | 10010110 | 1100100 | 1010011 |
Color Harmonies of #A7FFD3
Complementary color
Monochromatic Colors of #A7FFD3
Black with #A7FFD3
Text Example
Text Example
White with #A7FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FFD3; }
p { color: rgb(167,255,211); }
H1.HeaderClassName
{
color: #A7FFD3;
}
.AnyTagClassName
{
color: #A7FFD3;
}
</style>
background-color css
<style>
a { background-color: #A7FFD3; }
a { background-color: rgb(167,255,211); }
div.DivClassName
{
background-color: #A7FFD3;
}
.BgClassName
{
background-color: #A7FFD3;
}
</style>
border-color css
<style>
span { border-color: #A7FFD3; }
span { border-color: rgb(167,255,211); }
td.TdClassName
{
border-color: #A7FFD3;
}
.TagClassName
{
border-color: #A7FFD3;
}
</style>