Shades of Magic Mint #B2FBCD
Tints of Magic Mint #B2FBCD
RGB
CMYK
RGB Variations
Color information
#B2FBCD (or 0xB2FBCD) is known color: Magic Mint. HEX triplet: B2, FB and CD. RGB value is (178,251,205). Sum of RGB (Red+Green+Blue) = 178+251+205=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBCD is #4D0432. Grayscale: #E0E0E0. Windows color (decimal): -5047347 or 13499314. OLE color: 13499314.
HSL color Cylindrical-coordinate representation of color #B2FBCD: hue angle of 142.19º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBCD is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 205 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.02 |
| HSL | 142.19º | 0.9% | 0.84% | - |
| HSV(B) | 142.19º | 0.29% | 0.98% | - |
| XYZ | 63.88 | 82.87 | 70.39 | - |
| YUV | 223.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 205 | 0.29 | 0 | 0.18 | 0.02 | 142.19 | 0.9 | 0.84 |
| Hex | B2 | FB | CD | 1D | 0 | 12 | 2 | 8E | 5A | 54 |
| Octal | 262 | 373 | 315 | 35 | 0 | 22 | 2 | 216 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11001101 | 11101 | 0 | 10010 | 10 | 10001110 | 1011010 | 1010100 |
Color Harmonies of #B2FBCD
Complementary color
Monochromatic Colors of #B2FBCD
Black with #B2FBCD
Text Example
Text Example
White with #B2FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBCD; }
p { color: rgb(178,251,205); }
H1.HeaderClassName
{
color: #B2FBCD;
}
.AnyTagClassName
{
color: #B2FBCD;
}
</style>
background-color css
<style>
a { background-color: #B2FBCD; }
a { background-color: rgb(178,251,205); }
div.DivClassName
{
background-color: #B2FBCD;
}
.BgClassName
{
background-color: #B2FBCD;
}
</style>
border-color css
<style>
span { border-color: #B2FBCD; }
span { border-color: rgb(178,251,205); }
td.TdClassName
{
border-color: #B2FBCD;
}
.TagClassName
{
border-color: #B2FBCD;
}
</style>