Shades of Magic Mint #B3FEDB
Tints of Magic Mint #B3FEDB
RGB
CMYK
RGB Variations
Color information
#B3FEDB (or 0xB3FEDB) is known color: Magic Mint. HEX triplet: B3, FE and DB. RGB value is (179,254,219). Sum of RGB (Red+Green+Blue) = 179+254+219=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FEDB is #4C0124. Grayscale: #E3E3E3. Windows color (decimal): -4981029 or 14417587. OLE color: 14417587.
HSL color Cylindrical-coordinate representation of color #B3FEDB: hue angle of 152º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEDB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 219 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.00 |
| HSL | 152º | 0.97% | 0.85% | - |
| HSV(B) | 152º | 0.3% | 1% | - |
| XYZ | 66.82 | 85.58 | 80.02 | - |
| YUV | 227.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 219 | 0.30 | 0 | 0.14 | 0.00 | 152 | 0.97 | 0.85 |
| Hex | B3 | FE | DB | 1E | 0 | E | 0 | 98 | 61 | 55 |
| Octal | 263 | 376 | 333 | 36 | 0 | 16 | 0 | 230 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11011011 | 11110 | 0 | 1110 | 0 | 10011000 | 1100001 | 1010101 |
Color Harmonies of #B3FEDB
Complementary color
Monochromatic Colors of #B3FEDB
Black with #B3FEDB
Text Example
Text Example
White with #B3FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FEDB; }
p { color: rgb(179,254,219); }
H1.HeaderClassName
{
color: #B3FEDB;
}
.AnyTagClassName
{
color: #B3FEDB;
}
</style>
background-color css
<style>
a { background-color: #B3FEDB; }
a { background-color: rgb(179,254,219); }
div.DivClassName
{
background-color: #B3FEDB;
}
.BgClassName
{
background-color: #B3FEDB;
}
</style>
border-color css
<style>
span { border-color: #B3FEDB; }
span { border-color: rgb(179,254,219); }
td.TdClassName
{
border-color: #B3FEDB;
}
.TagClassName
{
border-color: #B3FEDB;
}
</style>