Shades of Magic Mint #B3FECF
Tints of Magic Mint #B3FECF
RGB
CMYK
RGB Variations
Color information
#B3FECF (or 0xB3FECF) is known color: Magic Mint. HEX triplet: B3, FE and CF. RGB value is (179,254,207). Sum of RGB (Red+Green+Blue) = 179+254+207=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FECF is #4C0130. Grayscale: #E2E2E2. Windows color (decimal): -4981041 or 13631155. OLE color: 13631155.
HSL color Cylindrical-coordinate representation of color #B3FECF: hue angle of 142.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FECF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 207 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.00 |
| HSL | 142.4º | 0.97% | 0.85% | - |
| HSV(B) | 142.4º | 0.3% | 1% | - |
| XYZ | 65.29 | 84.97 | 71.99 | - |
| YUV | 226.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 207 | 0.30 | 0 | 0.19 | 0.00 | 142.4 | 0.97 | 0.85 |
| Hex | B3 | FE | CF | 1E | 0 | 13 | 0 | 8E | 61 | 55 |
| Octal | 263 | 376 | 317 | 36 | 0 | 23 | 0 | 216 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11001111 | 11110 | 0 | 10011 | 0 | 10001110 | 1100001 | 1010101 |
Color Harmonies of #B3FECF
Complementary color
Monochromatic Colors of #B3FECF
Black with #B3FECF
Text Example
Text Example
White with #B3FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FECF; }
p { color: rgb(179,254,207); }
H1.HeaderClassName
{
color: #B3FECF;
}
.AnyTagClassName
{
color: #B3FECF;
}
</style>
background-color css
<style>
a { background-color: #B3FECF; }
a { background-color: rgb(179,254,207); }
div.DivClassName
{
background-color: #B3FECF;
}
.BgClassName
{
background-color: #B3FECF;
}
</style>
border-color css
<style>
span { border-color: #B3FECF; }
span { border-color: rgb(179,254,207); }
td.TdClassName
{
border-color: #B3FECF;
}
.TagClassName
{
border-color: #B3FECF;
}
</style>