Shades of Magic Mint #B0F6DC
Tints of Magic Mint #B0F6DC
RGB
CMYK
RGB Variations
Color information
#B0F6DC (or 0xB0F6DC) is known color: Magic Mint. HEX triplet: B0, F6 and DC. RGB value is (176,246,220). Sum of RGB (Red+Green+Blue) = 176+246+220=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F6DC is #4F0923. Grayscale: #DEDEDE. Windows color (decimal): -5179684 or 14481072. OLE color: 14481072.
HSL color Cylindrical-coordinate representation of color #B0F6DC: hue angle of 157.71º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F6DC is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 220 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.04 |
| HSL | 157.71º | 0.8% | 0.83% | - |
| HSV(B) | 157.71º | 0.28% | 0.96% | - |
| XYZ | 63.78 | 80.31 | 79.85 | - |
| YUV | 222.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 220 | 0.28 | 0 | 0.11 | 0.04 | 157.71 | 0.8 | 0.83 |
| Hex | B0 | F6 | DC | 1C | 0 | B | 4 | 9E | 50 | 53 |
| Octal | 260 | 366 | 334 | 34 | 0 | 13 | 4 | 236 | 120 | 123 |
| Binary | 10110000 | 11110110 | 11011100 | 11100 | 0 | 1011 | 100 | 10011110 | 1010000 | 1010011 |
Color Harmonies of #B0F6DC
Complementary color
Monochromatic Colors of #B0F6DC
Black with #B0F6DC
Text Example
Text Example
White with #B0F6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F6DC; }
p { color: rgb(176,246,220); }
H1.HeaderClassName
{
color: #B0F6DC;
}
.AnyTagClassName
{
color: #B0F6DC;
}
</style>
background-color css
<style>
a { background-color: #B0F6DC; }
a { background-color: rgb(176,246,220); }
div.DivClassName
{
background-color: #B0F6DC;
}
.BgClassName
{
background-color: #B0F6DC;
}
</style>
border-color css
<style>
span { border-color: #B0F6DC; }
span { border-color: rgb(176,246,220); }
td.TdClassName
{
border-color: #B0F6DC;
}
.TagClassName
{
border-color: #B0F6DC;
}
</style>