Shades of Magic Mint #B3FBDB
Tints of Magic Mint #B3FBDB
RGB
CMYK
RGB Variations
Color information
#B3FBDB (or 0xB3FBDB) is known color: Magic Mint. HEX triplet: B3, FB and DB. RGB value is (179,251,219). Sum of RGB (Red+Green+Blue) = 179+251+219=649 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.58% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBDB is #4C0424. Grayscale: #E1E1E1. Windows color (decimal): -4981797 or 14416819. OLE color: 14416819.
HSL color Cylindrical-coordinate representation of color #B3FBDB: hue angle of 153.33º 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 #B3FBDB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 251 | 219 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.02 |
| HSL | 153.33º | 0.9% | 0.84% | - |
| HSV(B) | 153.33º | 0.29% | 0.98% | - |
| XYZ | 65.87 | 83.69 | 79.7 | - |
| YUV | 225.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 251 | 219 | 0.29 | 0 | 0.13 | 0.02 | 153.33 | 0.9 | 0.84 |
| Hex | B3 | FB | DB | 1D | 0 | D | 2 | 99 | 5A | 54 |
| Octal | 263 | 373 | 333 | 35 | 0 | 15 | 2 | 231 | 132 | 124 |
| Binary | 10110011 | 11111011 | 11011011 | 11101 | 0 | 1101 | 10 | 10011001 | 1011010 | 1010100 |
Color Harmonies of #B3FBDB
Complementary color
Monochromatic Colors of #B3FBDB
Black with #B3FBDB
Text Example
Text Example
White with #B3FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FBDB; }
p { color: rgb(179,251,219); }
H1.HeaderClassName
{
color: #B3FBDB;
}
.AnyTagClassName
{
color: #B3FBDB;
}
</style>
background-color css
<style>
a { background-color: #B3FBDB; }
a { background-color: rgb(179,251,219); }
div.DivClassName
{
background-color: #B3FBDB;
}
.BgClassName
{
background-color: #B3FBDB;
}
</style>
border-color css
<style>
span { border-color: #B3FBDB; }
span { border-color: rgb(179,251,219); }
td.TdClassName
{
border-color: #B3FBDB;
}
.TagClassName
{
border-color: #B3FBDB;
}
</style>