Shades of Magic Mint #B4FEDB
Tints of Magic Mint #B4FEDB
RGB
CMYK
RGB Variations
Color information
#B4FEDB (or 0xB4FEDB) is known color: Magic Mint. HEX triplet: B4, FE and DB. RGB value is (180,254,219). Sum of RGB (Red+Green+Blue) = 180+254+219=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEDB is #4B0124. Grayscale: #E3E3E3. Windows color (decimal): -4915493 or 14417588. OLE color: 14417588.
HSL color Cylindrical-coordinate representation of color #B4FEDB: hue angle of 151.62º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FEDB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 219 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.00 |
| HSL | 151.62º | 0.97% | 0.85% | - |
| HSV(B) | 151.62º | 0.29% | 1% | - |
| XYZ | 67.05 | 85.7 | 80.03 | - |
| YUV | 227.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 219 | 0.29 | 0 | 0.14 | 0.00 | 151.62 | 0.97 | 0.85 |
| Hex | B4 | FE | DB | 1D | 0 | E | 0 | 98 | 61 | 55 |
| Octal | 264 | 376 | 333 | 35 | 0 | 16 | 0 | 230 | 141 | 125 |
| Binary | 10110100 | 11111110 | 11011011 | 11101 | 0 | 1110 | 0 | 10011000 | 1100001 | 1010101 |
Color Harmonies of #B4FEDB
Complementary color
Monochromatic Colors of #B4FEDB
Black with #B4FEDB
Text Example
Text Example
White with #B4FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FEDB; }
p { color: rgb(180,254,219); }
H1.HeaderClassName
{
color: #B4FEDB;
}
.AnyTagClassName
{
color: #B4FEDB;
}
</style>
background-color css
<style>
a { background-color: #B4FEDB; }
a { background-color: rgb(180,254,219); }
div.DivClassName
{
background-color: #B4FEDB;
}
.BgClassName
{
background-color: #B4FEDB;
}
</style>
border-color css
<style>
span { border-color: #B4FEDB; }
span { border-color: rgb(180,254,219); }
td.TdClassName
{
border-color: #B4FEDB;
}
.TagClassName
{
border-color: #B4FEDB;
}
</style>