Shades of Magic Mint #B4F5D3
Tints of Magic Mint #B4F5D3
RGB
CMYK
RGB Variations
Color information
#B4F5D3 (or 0xB4F5D3) is known color: Magic Mint. HEX triplet: B4, F5 and D3. RGB value is (180,245,211). Sum of RGB (Red+Green+Blue) = 180+245+211=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F5D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F5D3 is #4B0A2C. Grayscale: #DDDDDD. Windows color (decimal): -4917805 or 13890996. OLE color: 13890996.
HSL color Cylindrical-coordinate representation of color #B4F5D3: hue angle of 148.62º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F5D3 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 245 | 211 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.04 |
| HSL | 148.62º | 0.76% | 0.83% | - |
| HSV(B) | 148.62º | 0.27% | 0.96% | - |
| XYZ | 63.23 | 79.71 | 73.68 | - |
| YUV | 221.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 245 | 211 | 0.27 | 0 | 0.14 | 0.04 | 148.62 | 0.76 | 0.83 |
| Hex | B4 | F5 | D3 | 1B | 0 | E | 4 | 95 | 4C | 53 |
| Octal | 264 | 365 | 323 | 33 | 0 | 16 | 4 | 225 | 114 | 123 |
| Binary | 10110100 | 11110101 | 11010011 | 11011 | 0 | 1110 | 100 | 10010101 | 1001100 | 1010011 |
Color Harmonies of #B4F5D3
Complementary color
Monochromatic Colors of #B4F5D3
Black with #B4F5D3
Text Example
Text Example
White with #B4F5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F5D3; }
p { color: rgb(180,245,211); }
H1.HeaderClassName
{
color: #B4F5D3;
}
.AnyTagClassName
{
color: #B4F5D3;
}
</style>
background-color css
<style>
a { background-color: #B4F5D3; }
a { background-color: rgb(180,245,211); }
div.DivClassName
{
background-color: #B4F5D3;
}
.BgClassName
{
background-color: #B4F5D3;
}
</style>
border-color css
<style>
span { border-color: #B4F5D3; }
span { border-color: rgb(180,245,211); }
td.TdClassName
{
border-color: #B4F5D3;
}
.TagClassName
{
border-color: #B4F5D3;
}
</style>