Shades of Magic Mint #B7FECF
Tints of Magic Mint #B7FECF
RGB
CMYK
RGB Variations
Color information
#B7FECF (or 0xB7FECF) is known color: Magic Mint. HEX triplet: B7, FE and CF. RGB value is (183,254,207). Sum of RGB (Red+Green+Blue) = 183+254+207=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FECF is #480130. Grayscale: #E3E3E3. Windows color (decimal): -4718897 or 13631159. OLE color: 13631159.
HSL color Cylindrical-coordinate representation of color #B7FECF: hue angle of 140.28º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FECF is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 254 | 207 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.00 |
| HSL | 140.28º | 0.97% | 0.86% | - |
| HSV(B) | 140.28º | 0.28% | 1% | - |
| XYZ | 66.23 | 85.46 | 72.04 | - |
| YUV | 227.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 254 | 207 | 0.28 | 0 | 0.19 | 0.00 | 140.28 | 0.97 | 0.86 |
| Hex | B7 | FE | CF | 1C | 0 | 13 | 0 | 8C | 61 | 56 |
| Octal | 267 | 376 | 317 | 34 | 0 | 23 | 0 | 214 | 141 | 126 |
| Binary | 10110111 | 11111110 | 11001111 | 11100 | 0 | 10011 | 0 | 10001100 | 1100001 | 1010110 |
Color Harmonies of #B7FECF
Complementary color
Monochromatic Colors of #B7FECF
Black with #B7FECF
Text Example
Text Example
White with #B7FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FECF; }
p { color: rgb(183,254,207); }
H1.HeaderClassName
{
color: #B7FECF;
}
.AnyTagClassName
{
color: #B7FECF;
}
</style>
background-color css
<style>
a { background-color: #B7FECF; }
a { background-color: rgb(183,254,207); }
div.DivClassName
{
background-color: #B7FECF;
}
.BgClassName
{
background-color: #B7FECF;
}
</style>
border-color css
<style>
span { border-color: #B7FECF; }
span { border-color: rgb(183,254,207); }
td.TdClassName
{
border-color: #B7FECF;
}
.TagClassName
{
border-color: #B7FECF;
}
</style>