Shades of Magic Mint #B4F9D9
Tints of Magic Mint #B4F9D9
RGB
CMYK
RGB Variations
Color information
#B4F9D9 (or 0xB4F9D9) is known color: Magic Mint. HEX triplet: B4, F9 and D9. RGB value is (180,249,217). Sum of RGB (Red+Green+Blue) = 180+249+217=646 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.86% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F9D9 is #4B0626. Grayscale: #E0E0E0. Windows color (decimal): -4916775 or 14285236. OLE color: 14285236.
HSL color Cylindrical-coordinate representation of color #B4F9D9: hue angle of 152.17º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4F9D9 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 249 | 217 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.02 |
| HSL | 152.17º | 0.85% | 0.84% | - |
| HSV(B) | 152.17º | 0.28% | 0.98% | - |
| XYZ | 65.22 | 82.46 | 78.13 | - |
| YUV | 224.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 249 | 217 | 0.28 | 0 | 0.13 | 0.02 | 152.17 | 0.85 | 0.84 |
| Hex | B4 | F9 | D9 | 1C | 0 | D | 2 | 98 | 55 | 54 |
| Octal | 264 | 371 | 331 | 34 | 0 | 15 | 2 | 230 | 125 | 124 |
| Binary | 10110100 | 11111001 | 11011001 | 11100 | 0 | 1101 | 10 | 10011000 | 1010101 | 1010100 |
Color Harmonies of #B4F9D9
Complementary color
Monochromatic Colors of #B4F9D9
Black with #B4F9D9
Text Example
Text Example
White with #B4F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F9D9; }
p { color: rgb(180,249,217); }
H1.HeaderClassName
{
color: #B4F9D9;
}
.AnyTagClassName
{
color: #B4F9D9;
}
</style>
background-color css
<style>
a { background-color: #B4F9D9; }
a { background-color: rgb(180,249,217); }
div.DivClassName
{
background-color: #B4F9D9;
}
.BgClassName
{
background-color: #B4F9D9;
}
</style>
border-color css
<style>
span { border-color: #B4F9D9; }
span { border-color: rgb(180,249,217); }
td.TdClassName
{
border-color: #B4F9D9;
}
.TagClassName
{
border-color: #B4F9D9;
}
</style>