Shades of Magic Mint #B5FECF
Tints of Magic Mint #B5FECF
RGB
CMYK
RGB Variations
Color information
#B5FECF (or 0xB5FECF) is known color: Magic Mint. HEX triplet: B5, FE and CF. RGB value is (181,254,207). Sum of RGB (Red+Green+Blue) = 181+254+207=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FECF is #4A0130. Grayscale: #E2E2E2. Windows color (decimal): -4849969 or 13631157. OLE color: 13631157.
HSL color Cylindrical-coordinate representation of color #B5FECF: hue angle of 141.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FECF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 207 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.00 |
| HSL | 141.37º | 0.97% | 0.85% | - |
| HSV(B) | 141.37º | 0.29% | 1% | - |
| XYZ | 65.76 | 85.21 | 72.01 | - |
| YUV | 226.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 207 | 0.29 | 0 | 0.19 | 0.00 | 141.37 | 0.97 | 0.85 |
| Hex | B5 | FE | CF | 1D | 0 | 13 | 0 | 8D | 61 | 55 |
| Octal | 265 | 376 | 317 | 35 | 0 | 23 | 0 | 215 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11001111 | 11101 | 0 | 10011 | 0 | 10001101 | 1100001 | 1010101 |
Color Harmonies of #B5FECF
Complementary color
Monochromatic Colors of #B5FECF
Black with #B5FECF
Text Example
Text Example
White with #B5FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FECF; }
p { color: rgb(181,254,207); }
H1.HeaderClassName
{
color: #B5FECF;
}
.AnyTagClassName
{
color: #B5FECF;
}
</style>
background-color css
<style>
a { background-color: #B5FECF; }
a { background-color: rgb(181,254,207); }
div.DivClassName
{
background-color: #B5FECF;
}
.BgClassName
{
background-color: #B5FECF;
}
</style>
border-color css
<style>
span { border-color: #B5FECF; }
span { border-color: rgb(181,254,207); }
td.TdClassName
{
border-color: #B5FECF;
}
.TagClassName
{
border-color: #B5FECF;
}
</style>