Shades of Water Leaf #B5ECDB
Tints of Water Leaf #B5ECDB
RGB
CMYK
RGB Variations
Color information
#B5ECDB (or 0xB5ECDB) is known color: Water Leaf. HEX triplet: B5, EC and DB. RGB value is (181,236,219). Sum of RGB (Red+Green+Blue) = 181+236+219=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECDB is #4A1324. Grayscale: #D9D9D9. Windows color (decimal): -4854565 or 14412981. OLE color: 14412981.
HSL color Cylindrical-coordinate representation of color #B5ECDB: hue angle of 161.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECDB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 219 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.07 |
| HSL | 161.45º | 0.59% | 0.82% | - |
| HSV(B) | 161.45º | 0.23% | 0.93% | - |
| XYZ | 61.84 | 74.93 | 78.22 | - |
| YUV | 217.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 219 | 0.23 | 0 | 0.07 | 0.07 | 161.45 | 0.59 | 0.82 |
| Hex | B5 | EC | DB | 17 | 0 | 7 | 7 | A1 | 3B | 52 |
| Octal | 265 | 354 | 333 | 27 | 0 | 7 | 7 | 241 | 73 | 122 |
| Binary | 10110101 | 11101100 | 11011011 | 10111 | 0 | 111 | 111 | 10100001 | 111011 | 1010010 |
Color Harmonies of #B5ECDB
Complementary color
Monochromatic Colors of #B5ECDB
Black with #B5ECDB
Text Example
Text Example
White with #B5ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECDB; }
p { color: rgb(181,236,219); }
H1.HeaderClassName
{
color: #B5ECDB;
}
.AnyTagClassName
{
color: #B5ECDB;
}
</style>
background-color css
<style>
a { background-color: #B5ECDB; }
a { background-color: rgb(181,236,219); }
div.DivClassName
{
background-color: #B5ECDB;
}
.BgClassName
{
background-color: #B5ECDB;
}
</style>
border-color css
<style>
span { border-color: #B5ECDB; }
span { border-color: rgb(181,236,219); }
td.TdClassName
{
border-color: #B5ECDB;
}
.TagClassName
{
border-color: #B5ECDB;
}
</style>