Shades of Magic Mint #B4FED3
Tints of Magic Mint #B4FED3
RGB
CMYK
RGB Variations
Color information
#B4FED3 (or 0xB4FED3) is known color: Magic Mint. HEX triplet: B4, FE and D3. RGB value is (180,254,211). Sum of RGB (Red+Green+Blue) = 180+254+211=645 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.91% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FED3 is #4B012C. Grayscale: #E3E3E3. Windows color (decimal): -4915501 or 13893300. OLE color: 13893300.
HSL color Cylindrical-coordinate representation of color #B4FED3: hue angle of 145.14º 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 #B4FED3 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 211 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.00 |
| HSL | 145.14º | 0.97% | 0.85% | - |
| HSV(B) | 145.14º | 0.29% | 1% | - |
| XYZ | 66.02 | 85.29 | 74.61 | - |
| YUV | 226.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 211 | 0.29 | 0 | 0.17 | 0.00 | 145.14 | 0.97 | 0.85 |
| Hex | B4 | FE | D3 | 1D | 0 | 11 | 0 | 91 | 61 | 55 |
| Octal | 264 | 376 | 323 | 35 | 0 | 21 | 0 | 221 | 141 | 125 |
| Binary | 10110100 | 11111110 | 11010011 | 11101 | 0 | 10001 | 0 | 10010001 | 1100001 | 1010101 |
Color Harmonies of #B4FED3
Complementary color
Monochromatic Colors of #B4FED3
Black with #B4FED3
Text Example
Text Example
White with #B4FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FED3; }
p { color: rgb(180,254,211); }
H1.HeaderClassName
{
color: #B4FED3;
}
.AnyTagClassName
{
color: #B4FED3;
}
</style>
background-color css
<style>
a { background-color: #B4FED3; }
a { background-color: rgb(180,254,211); }
div.DivClassName
{
background-color: #B4FED3;
}
.BgClassName
{
background-color: #B4FED3;
}
</style>
border-color css
<style>
span { border-color: #B4FED3; }
span { border-color: rgb(180,254,211); }
td.TdClassName
{
border-color: #B4FED3;
}
.TagClassName
{
border-color: #B4FED3;
}
</style>