Shades of Magic Mint #A7FDDD
Tints of Magic Mint #A7FDDD
RGB
CMYK
RGB Variations
Color information
#A7FDDD (or 0xA7FDDD) is known color: Magic Mint. HEX triplet: A7, FD and DD. RGB value is (167,253,221). Sum of RGB (Red+Green+Blue) = 167+253+221=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FDDD is #580222. Grayscale: #DFDFDF. Windows color (decimal): -5767715 or 14548391. OLE color: 14548391.
HSL color Cylindrical-coordinate representation of color #A7FDDD: hue angle of 157.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FDDD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 253 | 221 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.01 |
| HSL | 157.67º | 0.96% | 0.82% | - |
| HSV(B) | 157.67º | 0.34% | 0.99% | - |
| XYZ | 64.11 | 83.69 | 81.18 | - |
| YUV | 223.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 253 | 221 | 0.34 | 0 | 0.13 | 0.01 | 157.67 | 0.96 | 0.82 |
| Hex | A7 | FD | DD | 22 | 0 | D | 1 | 9E | 60 | 52 |
| Octal | 247 | 375 | 335 | 42 | 0 | 15 | 1 | 236 | 140 | 122 |
| Binary | 10100111 | 11111101 | 11011101 | 100010 | 0 | 1101 | 1 | 10011110 | 1100000 | 1010010 |
Color Harmonies of #A7FDDD
Complementary color
Monochromatic Colors of #A7FDDD
Black with #A7FDDD
Text Example
Text Example
White with #A7FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FDDD; }
p { color: rgb(167,253,221); }
H1.HeaderClassName
{
color: #A7FDDD;
}
.AnyTagClassName
{
color: #A7FDDD;
}
</style>
background-color css
<style>
a { background-color: #A7FDDD; }
a { background-color: rgb(167,253,221); }
div.DivClassName
{
background-color: #A7FDDD;
}
.BgClassName
{
background-color: #A7FDDD;
}
</style>
border-color css
<style>
span { border-color: #A7FDDD; }
span { border-color: rgb(167,253,221); }
td.TdClassName
{
border-color: #A7FDDD;
}
.TagClassName
{
border-color: #A7FDDD;
}
</style>