Shades of Water Leaf #B3ECD9
Tints of Water Leaf #B3ECD9
RGB
CMYK
RGB Variations
Color information
#B3ECD9 (or 0xB3ECD9) is known color: Water Leaf. HEX triplet: B3, EC and D9. RGB value is (179,236,217). Sum of RGB (Red+Green+Blue) = 179+236+217=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECD9 is #4C1326. Grayscale: #D8D8D8. Windows color (decimal): -4985639 or 14281907. OLE color: 14281907.
HSL color Cylindrical-coordinate representation of color #B3ECD9: hue angle of 160º 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 #B3ECD9 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 217 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.07 |
| HSL | 160º | 0.6% | 0.81% | - |
| HSV(B) | 160º | 0.24% | 0.93% | - |
| XYZ | 61.11 | 74.58 | 76.82 | - |
| YUV | 216.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 217 | 0.24 | 0 | 0.08 | 0.07 | 160 | 0.6 | 0.81 |
| Hex | B3 | EC | D9 | 18 | 0 | 8 | 7 | A0 | 3C | 51 |
| Octal | 263 | 354 | 331 | 30 | 0 | 10 | 7 | 240 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11011001 | 11000 | 0 | 1000 | 111 | 10100000 | 111100 | 1010001 |
Color Harmonies of #B3ECD9
Complementary color
Monochromatic Colors of #B3ECD9
Black with #B3ECD9
Text Example
Text Example
White with #B3ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECD9; }
p { color: rgb(179,236,217); }
H1.HeaderClassName
{
color: #B3ECD9;
}
.AnyTagClassName
{
color: #B3ECD9;
}
</style>
background-color css
<style>
a { background-color: #B3ECD9; }
a { background-color: rgb(179,236,217); }
div.DivClassName
{
background-color: #B3ECD9;
}
.BgClassName
{
background-color: #B3ECD9;
}
</style>
border-color css
<style>
span { border-color: #B3ECD9; }
span { border-color: rgb(179,236,217); }
td.TdClassName
{
border-color: #B3ECD9;
}
.TagClassName
{
border-color: #B3ECD9;
}
</style>