Shades of Magic Mint #B7F5D9
Tints of Magic Mint #B7F5D9
RGB
CMYK
RGB Variations
Color information
#B7F5D9 (or 0xB7F5D9) is known color: Magic Mint. HEX triplet: B7, F5 and D9. RGB value is (183,245,217). Sum of RGB (Red+Green+Blue) = 183+245+217=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F5D9 is #480A26. Grayscale: #DFDFDF. Windows color (decimal): -4721191 or 14284215. OLE color: 14284215.
HSL color Cylindrical-coordinate representation of color #B7F5D9: hue angle of 152.9º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F5D9 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 217 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.04 |
| HSL | 152.9º | 0.76% | 0.84% | - |
| HSV(B) | 152.9º | 0.25% | 0.96% | - |
| XYZ | 64.71 | 80.38 | 77.75 | - |
| YUV | 223.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 217 | 0.25 | 0 | 0.11 | 0.04 | 152.9 | 0.76 | 0.84 |
| Hex | B7 | F5 | D9 | 19 | 0 | B | 4 | 99 | 4C | 54 |
| Octal | 267 | 365 | 331 | 31 | 0 | 13 | 4 | 231 | 114 | 124 |
| Binary | 10110111 | 11110101 | 11011001 | 11001 | 0 | 1011 | 100 | 10011001 | 1001100 | 1010100 |
Color Harmonies of #B7F5D9
Complementary color
Monochromatic Colors of #B7F5D9
Black with #B7F5D9
Text Example
Text Example
White with #B7F5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F5D9; }
p { color: rgb(183,245,217); }
H1.HeaderClassName
{
color: #B7F5D9;
}
.AnyTagClassName
{
color: #B7F5D9;
}
</style>
background-color css
<style>
a { background-color: #B7F5D9; }
a { background-color: rgb(183,245,217); }
div.DivClassName
{
background-color: #B7F5D9;
}
.BgClassName
{
background-color: #B7F5D9;
}
</style>
border-color css
<style>
span { border-color: #B7F5D9; }
span { border-color: rgb(183,245,217); }
td.TdClassName
{
border-color: #B7F5D9;
}
.TagClassName
{
border-color: #B7F5D9;
}
</style>