Shades of Magic Mint #B4FBDD
Tints of Magic Mint #B4FBDD
RGB
CMYK
RGB Variations
Color information
#B4FBDD (or 0xB4FBDD) is known color: Magic Mint. HEX triplet: B4, FB and DD. RGB value is (180,251,221). Sum of RGB (Red+Green+Blue) = 180+251+221=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBDD is #4B0422. Grayscale: #E2E2E2. Windows color (decimal): -4916259 or 14547892. OLE color: 14547892.
HSL color Cylindrical-coordinate representation of color #B4FBDD: hue angle of 154.65º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBDD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 221 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.02 |
| HSL | 154.65º | 0.9% | 0.85% | - |
| HSV(B) | 154.65º | 0.28% | 0.98% | - |
| XYZ | 66.37 | 83.92 | 81.11 | - |
| YUV | 226.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 221 | 0.28 | 0 | 0.12 | 0.02 | 154.65 | 0.9 | 0.85 |
| Hex | B4 | FB | DD | 1C | 0 | C | 2 | 9B | 5A | 55 |
| Octal | 264 | 373 | 335 | 34 | 0 | 14 | 2 | 233 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11011101 | 11100 | 0 | 1100 | 10 | 10011011 | 1011010 | 1010101 |
Color Harmonies of #B4FBDD
Complementary color
Monochromatic Colors of #B4FBDD
Black with #B4FBDD
Text Example
Text Example
White with #B4FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBDD; }
p { color: rgb(180,251,221); }
H1.HeaderClassName
{
color: #B4FBDD;
}
.AnyTagClassName
{
color: #B4FBDD;
}
</style>
background-color css
<style>
a { background-color: #B4FBDD; }
a { background-color: rgb(180,251,221); }
div.DivClassName
{
background-color: #B4FBDD;
}
.BgClassName
{
background-color: #B4FBDD;
}
</style>
border-color css
<style>
span { border-color: #B4FBDD; }
span { border-color: rgb(180,251,221); }
td.TdClassName
{
border-color: #B4FBDD;
}
.TagClassName
{
border-color: #B4FBDD;
}
</style>