Shades of Magic Mint #B5F7D8
Tints of Magic Mint #B5F7D8
RGB
CMYK
RGB Variations
Color information
#B5F7D8 (or 0xB5F7D8) is known color: Magic Mint. HEX triplet: B5, F7 and D8. RGB value is (181,247,216). Sum of RGB (Red+Green+Blue) = 181+247+216=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F7D8 is #4A0827. Grayscale: #DFDFDF. Windows color (decimal): -4851752 or 14219189. OLE color: 14219189.
HSL color Cylindrical-coordinate representation of color #B5F7D8: hue angle of 151.82º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7D8 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 216 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.03 |
| HSL | 151.82º | 0.8% | 0.84% | - |
| HSV(B) | 151.82º | 0.27% | 0.97% | - |
| XYZ | 64.71 | 81.3 | 77.25 | - |
| YUV | 223.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 216 | 0.27 | 0 | 0.13 | 0.03 | 151.82 | 0.8 | 0.84 |
| Hex | B5 | F7 | D8 | 1B | 0 | D | 3 | 98 | 50 | 54 |
| Octal | 265 | 367 | 330 | 33 | 0 | 15 | 3 | 230 | 120 | 124 |
| Binary | 10110101 | 11110111 | 11011000 | 11011 | 0 | 1101 | 11 | 10011000 | 1010000 | 1010100 |
Color Harmonies of #B5F7D8
Complementary color
Monochromatic Colors of #B5F7D8
Black with #B5F7D8
Text Example
Text Example
White with #B5F7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F7D8; }
p { color: rgb(181,247,216); }
H1.HeaderClassName
{
color: #B5F7D8;
}
.AnyTagClassName
{
color: #B5F7D8;
}
</style>
background-color css
<style>
a { background-color: #B5F7D8; }
a { background-color: rgb(181,247,216); }
div.DivClassName
{
background-color: #B5F7D8;
}
.BgClassName
{
background-color: #B5F7D8;
}
</style>
border-color css
<style>
span { border-color: #B5F7D8; }
span { border-color: rgb(181,247,216); }
td.TdClassName
{
border-color: #B5F7D8;
}
.TagClassName
{
border-color: #B5F7D8;
}
</style>