Shades of Magic Mint #B0FBDC
Tints of Magic Mint #B0FBDC
RGB
CMYK
RGB Variations
Color information
#B0FBDC (or 0xB0FBDC) is known color: Magic Mint. HEX triplet: B0, FB and DC. RGB value is (176,251,220). Sum of RGB (Red+Green+Blue) = 176+251+220=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBDC is #4F0423. Grayscale: #E1E1E1. Windows color (decimal): -5178404 or 14482352. OLE color: 14482352.
HSL color Cylindrical-coordinate representation of color #B0FBDC: hue angle of 155.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBDC is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 220 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.02 |
| HSL | 155.2º | 0.9% | 0.84% | - |
| HSV(B) | 155.2º | 0.3% | 0.98% | - |
| XYZ | 65.32 | 83.39 | 80.36 | - |
| YUV | 225.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 220 | 0.30 | 0 | 0.12 | 0.02 | 155.2 | 0.9 | 0.84 |
| Hex | B0 | FB | DC | 1E | 0 | C | 2 | 9B | 5A | 54 |
| Octal | 260 | 373 | 334 | 36 | 0 | 14 | 2 | 233 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11011100 | 11110 | 0 | 1100 | 10 | 10011011 | 1011010 | 1010100 |
Color Harmonies of #B0FBDC
Complementary color
Monochromatic Colors of #B0FBDC
Black with #B0FBDC
Text Example
Text Example
White with #B0FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBDC; }
p { color: rgb(176,251,220); }
H1.HeaderClassName
{
color: #B0FBDC;
}
.AnyTagClassName
{
color: #B0FBDC;
}
</style>
background-color css
<style>
a { background-color: #B0FBDC; }
a { background-color: rgb(176,251,220); }
div.DivClassName
{
background-color: #B0FBDC;
}
.BgClassName
{
background-color: #B0FBDC;
}
</style>
border-color css
<style>
span { border-color: #B0FBDC; }
span { border-color: rgb(176,251,220); }
td.TdClassName
{
border-color: #B0FBDC;
}
.TagClassName
{
border-color: #B0FBDC;
}
</style>