Shades of Water Leaf #B4ECDC
Tints of Water Leaf #B4ECDC
RGB
CMYK
RGB Variations
Color information
#B4ECDC (or 0xB4ECDC) is known color: Water Leaf. HEX triplet: B4, EC and DC. RGB value is (180,236,220). Sum of RGB (Red+Green+Blue) = 180+236+220=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECDC is #4B1323. Grayscale: #D9D9D9. Windows color (decimal): -4920100 or 14478516. OLE color: 14478516.
HSL color Cylindrical-coordinate representation of color #B4ECDC: hue angle of 162.86º 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 #B4ECDC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 220 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.07 |
| HSL | 162.86º | 0.6% | 0.82% | - |
| HSV(B) | 162.86º | 0.24% | 0.93% | - |
| XYZ | 61.74 | 74.86 | 78.91 | - |
| YUV | 217.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 220 | 0.24 | 0 | 0.07 | 0.07 | 162.86 | 0.6 | 0.82 |
| Hex | B4 | EC | DC | 18 | 0 | 7 | 7 | A3 | 3C | 52 |
| Octal | 264 | 354 | 334 | 30 | 0 | 7 | 7 | 243 | 74 | 122 |
| Binary | 10110100 | 11101100 | 11011100 | 11000 | 0 | 111 | 111 | 10100011 | 111100 | 1010010 |
Color Harmonies of #B4ECDC
Complementary color
Monochromatic Colors of #B4ECDC
Black with #B4ECDC
Text Example
Text Example
White with #B4ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECDC; }
p { color: rgb(180,236,220); }
H1.HeaderClassName
{
color: #B4ECDC;
}
.AnyTagClassName
{
color: #B4ECDC;
}
</style>
background-color css
<style>
a { background-color: #B4ECDC; }
a { background-color: rgb(180,236,220); }
div.DivClassName
{
background-color: #B4ECDC;
}
.BgClassName
{
background-color: #B4ECDC;
}
</style>
border-color css
<style>
span { border-color: #B4ECDC; }
span { border-color: rgb(180,236,220); }
td.TdClassName
{
border-color: #B4ECDC;
}
.TagClassName
{
border-color: #B4ECDC;
}
</style>