Shades of Water Leaf #B2ECDB
Tints of Water Leaf #B2ECDB
RGB
CMYK
RGB Variations
Color information
#B2ECDB (or 0xB2ECDB) is known color: Water Leaf. HEX triplet: B2, EC and DB. RGB value is (178,236,219). Sum of RGB (Red+Green+Blue) = 178+236+219=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECDB is #4D1324. Grayscale: #D8D8D8. Windows color (decimal): -5051173 or 14412978. OLE color: 14412978.
HSL color Cylindrical-coordinate representation of color #B2ECDB: hue angle of 162.41º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECDB is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 219 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.07 |
| HSL | 162.41º | 0.6% | 0.81% | - |
| HSV(B) | 162.41º | 0.25% | 0.93% | - |
| XYZ | 61.14 | 74.57 | 78.19 | - |
| YUV | 216.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 219 | 0.25 | 0 | 0.07 | 0.07 | 162.41 | 0.6 | 0.81 |
| Hex | B2 | EC | DB | 19 | 0 | 7 | 7 | A2 | 3C | 51 |
| Octal | 262 | 354 | 333 | 31 | 0 | 7 | 7 | 242 | 74 | 121 |
| Binary | 10110010 | 11101100 | 11011011 | 11001 | 0 | 111 | 111 | 10100010 | 111100 | 1010001 |
Color Harmonies of #B2ECDB
Complementary color
Monochromatic Colors of #B2ECDB
Black with #B2ECDB
Text Example
Text Example
White with #B2ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECDB; }
p { color: rgb(178,236,219); }
H1.HeaderClassName
{
color: #B2ECDB;
}
.AnyTagClassName
{
color: #B2ECDB;
}
</style>
background-color css
<style>
a { background-color: #B2ECDB; }
a { background-color: rgb(178,236,219); }
div.DivClassName
{
background-color: #B2ECDB;
}
.BgClassName
{
background-color: #B2ECDB;
}
</style>
border-color css
<style>
span { border-color: #B2ECDB; }
span { border-color: rgb(178,236,219); }
td.TdClassName
{
border-color: #B2ECDB;
}
.TagClassName
{
border-color: #B2ECDB;
}
</style>