Shades of Water Leaf #B3ECDC
Tints of Water Leaf #B3ECDC
RGB
CMYK
RGB Variations
Color information
#B3ECDC (or 0xB3ECDC) is known color: Water Leaf. HEX triplet: B3, EC and DC. RGB value is (179,236,220). Sum of RGB (Red+Green+Blue) = 179+236+220=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECDC is #4C1323. Grayscale: #D9D9D9. Windows color (decimal): -4985636 or 14478515. OLE color: 14478515.
HSL color Cylindrical-coordinate representation of color #B3ECDC: hue angle of 163.16º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECDC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 220 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.07 |
| HSL | 163.16º | 0.6% | 0.81% | - |
| HSV(B) | 163.16º | 0.24% | 0.93% | - |
| XYZ | 61.5 | 74.74 | 78.9 | - |
| YUV | 217.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 220 | 0.24 | 0 | 0.07 | 0.07 | 163.16 | 0.6 | 0.81 |
| Hex | B3 | EC | DC | 18 | 0 | 7 | 7 | A3 | 3C | 51 |
| Octal | 263 | 354 | 334 | 30 | 0 | 7 | 7 | 243 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11011100 | 11000 | 0 | 111 | 111 | 10100011 | 111100 | 1010001 |
Color Harmonies of #B3ECDC
Complementary color
Monochromatic Colors of #B3ECDC
Black with #B3ECDC
Text Example
Text Example
White with #B3ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECDC; }
p { color: rgb(179,236,220); }
H1.HeaderClassName
{
color: #B3ECDC;
}
.AnyTagClassName
{
color: #B3ECDC;
}
</style>
background-color css
<style>
a { background-color: #B3ECDC; }
a { background-color: rgb(179,236,220); }
div.DivClassName
{
background-color: #B3ECDC;
}
.BgClassName
{
background-color: #B3ECDC;
}
</style>
border-color css
<style>
span { border-color: #B3ECDC; }
span { border-color: rgb(179,236,220); }
td.TdClassName
{
border-color: #B3ECDC;
}
.TagClassName
{
border-color: #B3ECDC;
}
</style>