Shades of Water Leaf #B5ECDC
Tints of Water Leaf #B5ECDC
RGB
CMYK
RGB Variations
Color information
#B5ECDC (or 0xB5ECDC) is known color: Water Leaf. HEX triplet: B5, EC and DC. RGB value is (181,236,220). Sum of RGB (Red+Green+Blue) = 181+236+220=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECDC is #4A1323. Grayscale: #D9D9D9. Windows color (decimal): -4854564 or 14478517. OLE color: 14478517.
HSL color Cylindrical-coordinate representation of color #B5ECDC: hue angle of 162.55º 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 #B5ECDC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 220 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.07 |
| HSL | 162.55º | 0.59% | 0.82% | - |
| HSV(B) | 162.55º | 0.23% | 0.93% | - |
| XYZ | 61.97 | 74.98 | 78.92 | - |
| YUV | 217.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 220 | 0.23 | 0 | 0.07 | 0.07 | 162.55 | 0.59 | 0.82 |
| Hex | B5 | EC | DC | 17 | 0 | 7 | 7 | A3 | 3B | 52 |
| Octal | 265 | 354 | 334 | 27 | 0 | 7 | 7 | 243 | 73 | 122 |
| Binary | 10110101 | 11101100 | 11011100 | 10111 | 0 | 111 | 111 | 10100011 | 111011 | 1010010 |
Color Harmonies of #B5ECDC
Complementary color
Monochromatic Colors of #B5ECDC
Black with #B5ECDC
Text Example
Text Example
White with #B5ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECDC; }
p { color: rgb(181,236,220); }
H1.HeaderClassName
{
color: #B5ECDC;
}
.AnyTagClassName
{
color: #B5ECDC;
}
</style>
background-color css
<style>
a { background-color: #B5ECDC; }
a { background-color: rgb(181,236,220); }
div.DivClassName
{
background-color: #B5ECDC;
}
.BgClassName
{
background-color: #B5ECDC;
}
</style>
border-color css
<style>
span { border-color: #B5ECDC; }
span { border-color: rgb(181,236,220); }
td.TdClassName
{
border-color: #B5ECDC;
}
.TagClassName
{
border-color: #B5ECDC;
}
</style>