Shades of Water Leaf #B6ECDC
Tints of Water Leaf #B6ECDC
RGB
CMYK
RGB Variations
Color information
#B6ECDC (or 0xB6ECDC) is known color: Water Leaf. HEX triplet: B6, EC and DC. RGB value is (182,236,220). Sum of RGB (Red+Green+Blue) = 182+236+220=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECDC is #491323. Grayscale: #DADADA. Windows color (decimal): -4789028 or 14478518. OLE color: 14478518.
HSL color Cylindrical-coordinate representation of color #B6ECDC: hue angle of 162.22º 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 #B6ECDC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 220 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.07 |
| HSL | 162.22º | 0.59% | 0.82% | - |
| HSV(B) | 162.22º | 0.23% | 0.93% | - |
| XYZ | 62.21 | 75.1 | 78.93 | - |
| YUV | 218.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 220 | 0.23 | 0 | 0.07 | 0.07 | 162.22 | 0.59 | 0.82 |
| Hex | B6 | EC | DC | 17 | 0 | 7 | 7 | A2 | 3B | 52 |
| Octal | 266 | 354 | 334 | 27 | 0 | 7 | 7 | 242 | 73 | 122 |
| Binary | 10110110 | 11101100 | 11011100 | 10111 | 0 | 111 | 111 | 10100010 | 111011 | 1010010 |
Color Harmonies of #B6ECDC
Complementary color
Monochromatic Colors of #B6ECDC
Black with #B6ECDC
Text Example
Text Example
White with #B6ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ECDC; }
p { color: rgb(182,236,220); }
H1.HeaderClassName
{
color: #B6ECDC;
}
.AnyTagClassName
{
color: #B6ECDC;
}
</style>
background-color css
<style>
a { background-color: #B6ECDC; }
a { background-color: rgb(182,236,220); }
div.DivClassName
{
background-color: #B6ECDC;
}
.BgClassName
{
background-color: #B6ECDC;
}
</style>
border-color css
<style>
span { border-color: #B6ECDC; }
span { border-color: rgb(182,236,220); }
td.TdClassName
{
border-color: #B6ECDC;
}
.TagClassName
{
border-color: #B6ECDC;
}
</style>