Shades of Magic Mint #B4FFD3
Tints of Magic Mint #B4FFD3
RGB
CMYK
RGB Variations
Color information
#B4FFD3 (or 0xB4FFD3) is known color: Magic Mint. HEX triplet: B4, FF and D3. RGB value is (180,255,211). Sum of RGB (Red+Green+Blue) = 180+255+211=646 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.86% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFD3 is #4B002C. Grayscale: #E3E3E3. Windows color (decimal): -4915245 or 13893556. OLE color: 13893556.
HSL color Cylindrical-coordinate representation of color #B4FFD3: hue angle of 144.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFD3 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 211 | - |
| CMYK | 0.29 | 0 | 0.17 | 0 |
| HSL | 144.8º | 1% | 0.85% | - |
| HSV(B) | 144.8º | 0.29% | 1% | - |
| XYZ | 66.34 | 85.93 | 74.72 | - |
| YUV | 227.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 211 | 0.29 | 0 | 0.17 | 0 | 144.8 | 1 | 0.85 |
| Hex | B4 | FF | D3 | 1D | 0 | 11 | 0 | 91 | 64 | 55 |
| Octal | 264 | 377 | 323 | 35 | 0 | 21 | 0 | 221 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11010011 | 11101 | 0 | 10001 | 0 | 10010001 | 1100100 | 1010101 |
Color Harmonies of #B4FFD3
Complementary color
Monochromatic Colors of #B4FFD3
Black with #B4FFD3
Text Example
Text Example
White with #B4FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFD3; }
p { color: rgb(180,255,211); }
H1.HeaderClassName
{
color: #B4FFD3;
}
.AnyTagClassName
{
color: #B4FFD3;
}
</style>
background-color css
<style>
a { background-color: #B4FFD3; }
a { background-color: rgb(180,255,211); }
div.DivClassName
{
background-color: #B4FFD3;
}
.BgClassName
{
background-color: #B4FFD3;
}
</style>
border-color css
<style>
span { border-color: #B4FFD3; }
span { border-color: rgb(180,255,211); }
td.TdClassName
{
border-color: #B4FFD3;
}
.TagClassName
{
border-color: #B4FFD3;
}
</style>