Shades of Magic Mint #B7F7D6
Tints of Magic Mint #B7F7D6
RGB
CMYK
RGB Variations
Color information
#B7F7D6 (or 0xB7F7D6) is known color: Magic Mint. HEX triplet: B7, F7 and D6. RGB value is (183,247,214). Sum of RGB (Red+Green+Blue) = 183+247+214=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F7D6 is #480829. Grayscale: #E0E0E0. Windows color (decimal): -4720682 or 14088119. OLE color: 14088119.
HSL color Cylindrical-coordinate representation of color #B7F7D6: hue angle of 149.06º 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 #B7F7D6 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 214 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.03 |
| HSL | 149.06º | 0.8% | 0.84% | - |
| HSV(B) | 149.06º | 0.26% | 0.97% | - |
| XYZ | 64.93 | 81.44 | 75.92 | - |
| YUV | 224.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 214 | 0.26 | 0 | 0.13 | 0.03 | 149.06 | 0.8 | 0.84 |
| Hex | B7 | F7 | D6 | 1A | 0 | D | 3 | 95 | 50 | 54 |
| Octal | 267 | 367 | 326 | 32 | 0 | 15 | 3 | 225 | 120 | 124 |
| Binary | 10110111 | 11110111 | 11010110 | 11010 | 0 | 1101 | 11 | 10010101 | 1010000 | 1010100 |
Color Harmonies of #B7F7D6
Complementary color
Monochromatic Colors of #B7F7D6
Black with #B7F7D6
Text Example
Text Example
White with #B7F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F7D6; }
p { color: rgb(183,247,214); }
H1.HeaderClassName
{
color: #B7F7D6;
}
.AnyTagClassName
{
color: #B7F7D6;
}
</style>
background-color css
<style>
a { background-color: #B7F7D6; }
a { background-color: rgb(183,247,214); }
div.DivClassName
{
background-color: #B7F7D6;
}
.BgClassName
{
background-color: #B7F7D6;
}
</style>
border-color css
<style>
span { border-color: #B7F7D6; }
span { border-color: rgb(183,247,214); }
td.TdClassName
{
border-color: #B7F7D6;
}
.TagClassName
{
border-color: #B7F7D6;
}
</style>