Shades of Magic Mint #B4FECF
Tints of Magic Mint #B4FECF
RGB
CMYK
RGB Variations
Color information
#B4FECF (or 0xB4FECF) is known color: Magic Mint. HEX triplet: B4, FE and CF. RGB value is (180,254,207). Sum of RGB (Red+Green+Blue) = 180+254+207=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FECF is #4B0130. Grayscale: #E2E2E2. Windows color (decimal): -4915505 or 13631156. OLE color: 13631156.
HSL color Cylindrical-coordinate representation of color #B4FECF: hue angle of 141.89º 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 #B4FECF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 207 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.00 |
| HSL | 141.89º | 0.97% | 0.85% | - |
| HSV(B) | 141.89º | 0.29% | 1% | - |
| XYZ | 65.53 | 85.09 | 72 | - |
| YUV | 226.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 207 | 0.29 | 0 | 0.19 | 0.00 | 141.89 | 0.97 | 0.85 |
| Hex | B4 | FE | CF | 1D | 0 | 13 | 0 | 8E | 61 | 55 |
| Octal | 264 | 376 | 317 | 35 | 0 | 23 | 0 | 216 | 141 | 125 |
| Binary | 10110100 | 11111110 | 11001111 | 11101 | 0 | 10011 | 0 | 10001110 | 1100001 | 1010101 |
Color Harmonies of #B4FECF
Complementary color
Monochromatic Colors of #B4FECF
Black with #B4FECF
Text Example
Text Example
White with #B4FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FECF; }
p { color: rgb(180,254,207); }
H1.HeaderClassName
{
color: #B4FECF;
}
.AnyTagClassName
{
color: #B4FECF;
}
</style>
background-color css
<style>
a { background-color: #B4FECF; }
a { background-color: rgb(180,254,207); }
div.DivClassName
{
background-color: #B4FECF;
}
.BgClassName
{
background-color: #B4FECF;
}
</style>
border-color css
<style>
span { border-color: #B4FECF; }
span { border-color: rgb(180,254,207); }
td.TdClassName
{
border-color: #B4FECF;
}
.TagClassName
{
border-color: #B4FECF;
}
</style>