Shades of Water Leaf #B2ECDC
Tints of Water Leaf #B2ECDC
RGB
CMYK
RGB Variations
Color information
#B2ECDC (or 0xB2ECDC) is known color: Water Leaf. HEX triplet: B2, EC and DC. RGB value is (178,236,220). Sum of RGB (Red+Green+Blue) = 178+236+220=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECDC is #4D1323. Grayscale: #D8D8D8. Windows color (decimal): -5051172 or 14478514. OLE color: 14478514.
HSL color Cylindrical-coordinate representation of color #B2ECDC: hue angle of 163.45º 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 #B2ECDC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 220 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.07 |
| HSL | 163.45º | 0.6% | 0.81% | - |
| HSV(B) | 163.45º | 0.25% | 0.93% | - |
| XYZ | 61.27 | 74.62 | 78.88 | - |
| YUV | 216.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 220 | 0.25 | 0 | 0.07 | 0.07 | 163.45 | 0.6 | 0.81 |
| Hex | B2 | EC | DC | 19 | 0 | 7 | 7 | A3 | 3C | 51 |
| Octal | 262 | 354 | 334 | 31 | 0 | 7 | 7 | 243 | 74 | 121 |
| Binary | 10110010 | 11101100 | 11011100 | 11001 | 0 | 111 | 111 | 10100011 | 111100 | 1010001 |
Color Harmonies of #B2ECDC
Complementary color
Monochromatic Colors of #B2ECDC
Black with #B2ECDC
Text Example
Text Example
White with #B2ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECDC; }
p { color: rgb(178,236,220); }
H1.HeaderClassName
{
color: #B2ECDC;
}
.AnyTagClassName
{
color: #B2ECDC;
}
</style>
background-color css
<style>
a { background-color: #B2ECDC; }
a { background-color: rgb(178,236,220); }
div.DivClassName
{
background-color: #B2ECDC;
}
.BgClassName
{
background-color: #B2ECDC;
}
</style>
border-color css
<style>
span { border-color: #B2ECDC; }
span { border-color: rgb(178,236,220); }
td.TdClassName
{
border-color: #B2ECDC;
}
.TagClassName
{
border-color: #B2ECDC;
}
</style>