Shades of Magic Mint #B7F7D5
Tints of Magic Mint #B7F7D5
RGB
CMYK
RGB Variations
Color information
#B7F7D5 (or 0xB7F7D5) is known color: Magic Mint. HEX triplet: B7, F7 and D5. RGB value is (183,247,213). Sum of RGB (Red+Green+Blue) = 183+247+213=643 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.46% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F7D5 is #48082A. Grayscale: #E0E0E0. Windows color (decimal): -4720683 or 14022583. OLE color: 14022583.
HSL color Cylindrical-coordinate representation of color #B7F7D5: hue angle of 148.12º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F7D5 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 213 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.03 |
| HSL | 148.13º | 0.8% | 0.84% | - |
| HSV(B) | 148.13º | 0.26% | 0.97% | - |
| XYZ | 64.8 | 81.39 | 75.25 | - |
| YUV | 223.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 213 | 0.26 | 0 | 0.14 | 0.03 | 148.13 | 0.8 | 0.84 |
| Hex | B7 | F7 | D5 | 1A | 0 | E | 3 | 94 | 50 | 54 |
| Octal | 267 | 367 | 325 | 32 | 0 | 16 | 3 | 224 | 120 | 124 |
| Binary | 10110111 | 11110111 | 11010101 | 11010 | 0 | 1110 | 11 | 10010100 | 1010000 | 1010100 |
Color Harmonies of #B7F7D5
Complementary color
Monochromatic Colors of #B7F7D5
Black with #B7F7D5
Text Example
Text Example
White with #B7F7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F7D5; }
p { color: rgb(183,247,213); }
H1.HeaderClassName
{
color: #B7F7D5;
}
.AnyTagClassName
{
color: #B7F7D5;
}
</style>
background-color css
<style>
a { background-color: #B7F7D5; }
a { background-color: rgb(183,247,213); }
div.DivClassName
{
background-color: #B7F7D5;
}
.BgClassName
{
background-color: #B7F7D5;
}
</style>
border-color css
<style>
span { border-color: #B7F7D5; }
span { border-color: rgb(183,247,213); }
td.TdClassName
{
border-color: #B7F7D5;
}
.TagClassName
{
border-color: #B7F7D5;
}
</style>