Shades of Magic Mint #B7FFCE
Tints of Magic Mint #B7FFCE
RGB
CMYK
RGB Variations
Color information
#B7FFCE (or 0xB7FFCE) is known color: Magic Mint. HEX triplet: B7, FF and CE. RGB value is (183,255,206). Sum of RGB (Red+Green+Blue) = 183+255+206=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFCE is #480031. Grayscale: #E4E4E4. Windows color (decimal): -4718642 or 13565879. OLE color: 13565879.
HSL color Cylindrical-coordinate representation of color #B7FFCE: hue angle of 139.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FFCE is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 206 | - |
| CMYK | 0.28 | 0 | 0.19 | 0 |
| HSL | 139.17º | 1% | 0.86% | - |
| HSV(B) | 139.17º | 0.28% | 1% | - |
| XYZ | 66.43 | 86.04 | 71.5 | - |
| YUV | 227.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 206 | 0.28 | 0 | 0.19 | 0 | 139.17 | 1 | 0.86 |
| Hex | B7 | FF | CE | 1C | 0 | 13 | 0 | 8B | 64 | 56 |
| Octal | 267 | 377 | 316 | 34 | 0 | 23 | 0 | 213 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11001110 | 11100 | 0 | 10011 | 0 | 10001011 | 1100100 | 1010110 |
Color Harmonies of #B7FFCE
Complementary color
Monochromatic Colors of #B7FFCE
Black with #B7FFCE
Text Example
Text Example
White with #B7FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFCE; }
p { color: rgb(183,255,206); }
H1.HeaderClassName
{
color: #B7FFCE;
}
.AnyTagClassName
{
color: #B7FFCE;
}
</style>
background-color css
<style>
a { background-color: #B7FFCE; }
a { background-color: rgb(183,255,206); }
div.DivClassName
{
background-color: #B7FFCE;
}
.BgClassName
{
background-color: #B7FFCE;
}
</style>
border-color css
<style>
span { border-color: #B7FFCE; }
span { border-color: rgb(183,255,206); }
td.TdClassName
{
border-color: #B7FFCE;
}
.TagClassName
{
border-color: #B7FFCE;
}
</style>