Shades of Magic Mint #B7FCD0
Tints of Magic Mint #B7FCD0
RGB
CMYK
RGB Variations
Color information
#B7FCD0 (or 0xB7FCD0) is known color: Magic Mint. HEX triplet: B7, FC and D0. RGB value is (183,252,208). Sum of RGB (Red+Green+Blue) = 183+252+208=643 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.46% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCD0 is #48032F. Grayscale: #E2E2E2. Windows color (decimal): -4719408 or 13696183. OLE color: 13696183.
HSL color Cylindrical-coordinate representation of color #B7FCD0: hue angle of 141.74º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FCD0 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 252 | 208 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.01 |
| HSL | 141.74º | 0.92% | 0.85% | - |
| HSV(B) | 141.74º | 0.27% | 0.99% | - |
| XYZ | 65.72 | 84.24 | 72.47 | - |
| YUV | 226.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 252 | 208 | 0.27 | 0 | 0.17 | 0.01 | 141.74 | 0.92 | 0.85 |
| Hex | B7 | FC | D0 | 1B | 0 | 11 | 1 | 8E | 5C | 55 |
| Octal | 267 | 374 | 320 | 33 | 0 | 21 | 1 | 216 | 134 | 125 |
| Binary | 10110111 | 11111100 | 11010000 | 11011 | 0 | 10001 | 1 | 10001110 | 1011100 | 1010101 |
Color Harmonies of #B7FCD0
Complementary color
Monochromatic Colors of #B7FCD0
Black with #B7FCD0
Text Example
Text Example
White with #B7FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FCD0; }
p { color: rgb(183,252,208); }
H1.HeaderClassName
{
color: #B7FCD0;
}
.AnyTagClassName
{
color: #B7FCD0;
}
</style>
background-color css
<style>
a { background-color: #B7FCD0; }
a { background-color: rgb(183,252,208); }
div.DivClassName
{
background-color: #B7FCD0;
}
.BgClassName
{
background-color: #B7FCD0;
}
</style>
border-color css
<style>
span { border-color: #B7FCD0; }
span { border-color: rgb(183,252,208); }
td.TdClassName
{
border-color: #B7FCD0;
}
.TagClassName
{
border-color: #B7FCD0;
}
</style>