Shades of Magic Mint #A7FBD8
Tints of Magic Mint #A7FBD8
RGB
CMYK
RGB Variations
Color information
#A7FBD8 (or 0xA7FBD8) is known color: Magic Mint. HEX triplet: A7, FB and D8. RGB value is (167,251,216). Sum of RGB (Red+Green+Blue) = 167+251+216=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBD8 is #580427. Grayscale: #DDDDDD. Windows color (decimal): -5768232 or 14220199. OLE color: 14220199.
HSL color Cylindrical-coordinate representation of color #A7FBD8: hue angle of 155º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FBD8 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 251 | 216 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.02 |
| HSL | 155º | 0.91% | 0.82% | - |
| HSV(B) | 155º | 0.33% | 0.98% | - |
| XYZ | 62.83 | 82.17 | 77.51 | - |
| YUV | 221.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 251 | 216 | 0.33 | 0 | 0.14 | 0.02 | 155 | 0.91 | 0.82 |
| Hex | A7 | FB | D8 | 21 | 0 | E | 2 | 9B | 5B | 52 |
| Octal | 247 | 373 | 330 | 41 | 0 | 16 | 2 | 233 | 133 | 122 |
| Binary | 10100111 | 11111011 | 11011000 | 100001 | 0 | 1110 | 10 | 10011011 | 1011011 | 1010010 |
Color Harmonies of #A7FBD8
Complementary color
Monochromatic Colors of #A7FBD8
Black with #A7FBD8
Text Example
Text Example
White with #A7FBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FBD8; }
p { color: rgb(167,251,216); }
H1.HeaderClassName
{
color: #A7FBD8;
}
.AnyTagClassName
{
color: #A7FBD8;
}
</style>
background-color css
<style>
a { background-color: #A7FBD8; }
a { background-color: rgb(167,251,216); }
div.DivClassName
{
background-color: #A7FBD8;
}
.BgClassName
{
background-color: #A7FBD8;
}
</style>
border-color css
<style>
span { border-color: #A7FBD8; }
span { border-color: rgb(167,251,216); }
td.TdClassName
{
border-color: #A7FBD8;
}
.TagClassName
{
border-color: #A7FBD8;
}
</style>