Shades of Magic Mint #B0FECF
Tints of Magic Mint #B0FECF
RGB
CMYK
RGB Variations
Color information
#B0FECF (or 0xB0FECF) is known color: Magic Mint. HEX triplet: B0, FE and CF. RGB value is (176,254,207). Sum of RGB (Red+Green+Blue) = 176+254+207=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FECF is #4F0130. Grayscale: #E1E1E1. Windows color (decimal): -5177649 or 13631152. OLE color: 13631152.
HSL color Cylindrical-coordinate representation of color #B0FECF: hue angle of 143.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FECF is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 207 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.00 |
| HSL | 143.85º | 0.98% | 0.84% | - |
| HSV(B) | 143.85º | 0.31% | 1% | - |
| XYZ | 64.61 | 84.62 | 71.96 | - |
| YUV | 225.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 207 | 0.31 | 0 | 0.19 | 0.00 | 143.85 | 0.98 | 0.84 |
| Hex | B0 | FE | CF | 1F | 0 | 13 | 0 | 90 | 62 | 54 |
| Octal | 260 | 376 | 317 | 37 | 0 | 23 | 0 | 220 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11001111 | 11111 | 0 | 10011 | 0 | 10010000 | 1100010 | 1010100 |
Color Harmonies of #B0FECF
Complementary color
Monochromatic Colors of #B0FECF
Black with #B0FECF
Text Example
Text Example
White with #B0FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FECF; }
p { color: rgb(176,254,207); }
H1.HeaderClassName
{
color: #B0FECF;
}
.AnyTagClassName
{
color: #B0FECF;
}
</style>
background-color css
<style>
a { background-color: #B0FECF; }
a { background-color: rgb(176,254,207); }
div.DivClassName
{
background-color: #B0FECF;
}
.BgClassName
{
background-color: #B0FECF;
}
</style>
border-color css
<style>
span { border-color: #B0FECF; }
span { border-color: rgb(176,254,207); }
td.TdClassName
{
border-color: #B0FECF;
}
.TagClassName
{
border-color: #B0FECF;
}
</style>