Shades of Magic Mint #B2FBC8
Tints of Magic Mint #B2FBC8
RGB
CMYK
RGB Variations
Color information
#B2FBC8 (or 0xB2FBC8) is known color: Magic Mint. HEX triplet: B2, FB and C8. RGB value is (178,251,200). Sum of RGB (Red+Green+Blue) = 178+251+200=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBC8 is #4D0437. Grayscale: #DFDFDF. Windows color (decimal): -5047352 or 13171634. OLE color: 13171634.
HSL color Cylindrical-coordinate representation of color #B2FBC8: hue angle of 138.08º 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 #B2FBC8 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 200 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.02 |
| HSL | 138.08º | 0.9% | 0.84% | - |
| HSV(B) | 138.08º | 0.29% | 0.98% | - |
| XYZ | 63.28 | 82.63 | 67.26 | - |
| YUV | 223.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 200 | 0.29 | 0 | 0.20 | 0.02 | 138.08 | 0.9 | 0.84 |
| Hex | B2 | FB | C8 | 1D | 0 | 14 | 2 | 8A | 5A | 54 |
| Octal | 262 | 373 | 310 | 35 | 0 | 24 | 2 | 212 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11001000 | 11101 | 0 | 10100 | 10 | 10001010 | 1011010 | 1010100 |
Color Harmonies of #B2FBC8
Complementary color
Monochromatic Colors of #B2FBC8
Black with #B2FBC8
Text Example
Text Example
White with #B2FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBC8; }
p { color: rgb(178,251,200); }
H1.HeaderClassName
{
color: #B2FBC8;
}
.AnyTagClassName
{
color: #B2FBC8;
}
</style>
background-color css
<style>
a { background-color: #B2FBC8; }
a { background-color: rgb(178,251,200); }
div.DivClassName
{
background-color: #B2FBC8;
}
.BgClassName
{
background-color: #B2FBC8;
}
</style>
border-color css
<style>
span { border-color: #B2FBC8; }
span { border-color: rgb(178,251,200); }
td.TdClassName
{
border-color: #B2FBC8;
}
.TagClassName
{
border-color: #B2FBC8;
}
</style>