Shades of Magic Mint #B4ECCC
Tints of Magic Mint #B4ECCC
RGB
CMYK
RGB Variations
Color information
#B4ECCC (or 0xB4ECCC) is known color: Magic Mint. HEX triplet: B4, EC and CC. RGB value is (180,236,204). Sum of RGB (Red+Green+Blue) = 180+236+204=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECCC is #4B1333. Grayscale: #D7D7D7. Windows color (decimal): -4920116 or 13429940. OLE color: 13429940.
HSL color Cylindrical-coordinate representation of color #B4ECCC: hue angle of 145.71º 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 #B4ECCC is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 204 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.07 |
| HSL | 145.71º | 0.6% | 0.82% | - |
| HSV(B) | 145.71º | 0.24% | 0.93% | - |
| XYZ | 59.72 | 74.05 | 68.27 | - |
| YUV | 215.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 204 | 0.24 | 0 | 0.14 | 0.07 | 145.71 | 0.6 | 0.82 |
| Hex | B4 | EC | CC | 18 | 0 | E | 7 | 92 | 3C | 52 |
| Octal | 264 | 354 | 314 | 30 | 0 | 16 | 7 | 222 | 74 | 122 |
| Binary | 10110100 | 11101100 | 11001100 | 11000 | 0 | 1110 | 111 | 10010010 | 111100 | 1010010 |
Color Harmonies of #B4ECCC
Complementary color
Monochromatic Colors of #B4ECCC
Black with #B4ECCC
Text Example
Text Example
White with #B4ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECCC; }
p { color: rgb(180,236,204); }
H1.HeaderClassName
{
color: #B4ECCC;
}
.AnyTagClassName
{
color: #B4ECCC;
}
</style>
background-color css
<style>
a { background-color: #B4ECCC; }
a { background-color: rgb(180,236,204); }
div.DivClassName
{
background-color: #B4ECCC;
}
.BgClassName
{
background-color: #B4ECCC;
}
</style>
border-color css
<style>
span { border-color: #B4ECCC; }
span { border-color: rgb(180,236,204); }
td.TdClassName
{
border-color: #B4ECCC;
}
.TagClassName
{
border-color: #B4ECCC;
}
</style>