Shades of Magic Mint #B4ECCB
Tints of Magic Mint #B4ECCB
RGB
CMYK
RGB Variations
Color information
#B4ECCB (or 0xB4ECCB) is known color: Magic Mint. HEX triplet: B4, EC and CB. RGB value is (180,236,203). Sum of RGB (Red+Green+Blue) = 180+236+203=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECCB is #4B1334. Grayscale: #D7D7D7. Windows color (decimal): -4920117 or 13364404. OLE color: 13364404.
HSL color Cylindrical-coordinate representation of color #B4ECCB: hue angle of 144.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ECCB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 203 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.07 |
| HSL | 144.64º | 0.6% | 0.82% | - |
| HSV(B) | 144.64º | 0.24% | 0.93% | - |
| XYZ | 59.6 | 74.01 | 67.64 | - |
| YUV | 215.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 203 | 0.24 | 0 | 0.14 | 0.07 | 144.64 | 0.6 | 0.82 |
| Hex | B4 | EC | CB | 18 | 0 | E | 7 | 91 | 3C | 52 |
| Octal | 264 | 354 | 313 | 30 | 0 | 16 | 7 | 221 | 74 | 122 |
| Binary | 10110100 | 11101100 | 11001011 | 11000 | 0 | 1110 | 111 | 10010001 | 111100 | 1010010 |
Color Harmonies of #B4ECCB
Complementary color
Monochromatic Colors of #B4ECCB
Black with #B4ECCB
Text Example
Text Example
White with #B4ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECCB; }
p { color: rgb(180,236,203); }
H1.HeaderClassName
{
color: #B4ECCB;
}
.AnyTagClassName
{
color: #B4ECCB;
}
</style>
background-color css
<style>
a { background-color: #B4ECCB; }
a { background-color: rgb(180,236,203); }
div.DivClassName
{
background-color: #B4ECCB;
}
.BgClassName
{
background-color: #B4ECCB;
}
</style>
border-color css
<style>
span { border-color: #B4ECCB; }
span { border-color: rgb(180,236,203); }
td.TdClassName
{
border-color: #B4ECCB;
}
.TagClassName
{
border-color: #B4ECCB;
}
</style>