Shades of Magic Mint #B0F8DB
Tints of Magic Mint #B0F8DB
RGB
CMYK
RGB Variations
Color information
#B0F8DB (or 0xB0F8DB) is known color: Magic Mint. HEX triplet: B0, F8 and DB. RGB value is (176,248,219). Sum of RGB (Red+Green+Blue) = 176+248+219=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8DB is #4F0724. Grayscale: #DFDFDF. Windows color (decimal): -5179173 or 14416048. OLE color: 14416048.
HSL color Cylindrical-coordinate representation of color #B0F8DB: hue angle of 155.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F8DB is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 219 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.03 |
| HSL | 155.83º | 0.84% | 0.83% | - |
| HSV(B) | 155.83º | 0.29% | 0.97% | - |
| XYZ | 64.26 | 81.48 | 79.36 | - |
| YUV | 223.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 219 | 0.29 | 0 | 0.12 | 0.03 | 155.83 | 0.84 | 0.83 |
| Hex | B0 | F8 | DB | 1D | 0 | C | 3 | 9C | 54 | 53 |
| Octal | 260 | 370 | 333 | 35 | 0 | 14 | 3 | 234 | 124 | 123 |
| Binary | 10110000 | 11111000 | 11011011 | 11101 | 0 | 1100 | 11 | 10011100 | 1010100 | 1010011 |
Color Harmonies of #B0F8DB
Complementary color
Monochromatic Colors of #B0F8DB
Black with #B0F8DB
Text Example
Text Example
White with #B0F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F8DB; }
p { color: rgb(176,248,219); }
H1.HeaderClassName
{
color: #B0F8DB;
}
.AnyTagClassName
{
color: #B0F8DB;
}
</style>
background-color css
<style>
a { background-color: #B0F8DB; }
a { background-color: rgb(176,248,219); }
div.DivClassName
{
background-color: #B0F8DB;
}
.BgClassName
{
background-color: #B0F8DB;
}
</style>
border-color css
<style>
span { border-color: #B0F8DB; }
span { border-color: rgb(176,248,219); }
td.TdClassName
{
border-color: #B0F8DB;
}
.TagClassName
{
border-color: #B0F8DB;
}
</style>