Shades of Water Leaf #B8ECDC
Tints of Water Leaf #B8ECDC
RGB
CMYK
RGB Variations
Color information
#B8ECDC (or 0xB8ECDC) is known color: Water Leaf. HEX triplet: B8, EC and DC. RGB value is (184,236,220). Sum of RGB (Red+Green+Blue) = 184+236+220=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECDC is #471323. Grayscale: #DADADA. Windows color (decimal): -4657956 or 14478520. OLE color: 14478520.
HSL color Cylindrical-coordinate representation of color #B8ECDC: hue angle of 161.54º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECDC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 220 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.07 |
| HSL | 161.54º | 0.58% | 0.82% | - |
| HSV(B) | 161.54º | 0.22% | 0.93% | - |
| XYZ | 62.68 | 75.35 | 78.95 | - |
| YUV | 218.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 220 | 0.22 | 0 | 0.07 | 0.07 | 161.54 | 0.58 | 0.82 |
| Hex | B8 | EC | DC | 16 | 0 | 7 | 7 | A2 | 3A | 52 |
| Octal | 270 | 354 | 334 | 26 | 0 | 7 | 7 | 242 | 72 | 122 |
| Binary | 10111000 | 11101100 | 11011100 | 10110 | 0 | 111 | 111 | 10100010 | 111010 | 1010010 |
Color Harmonies of #B8ECDC
Complementary color
Monochromatic Colors of #B8ECDC
Black with #B8ECDC
Text Example
Text Example
White with #B8ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECDC; }
p { color: rgb(184,236,220); }
H1.HeaderClassName
{
color: #B8ECDC;
}
.AnyTagClassName
{
color: #B8ECDC;
}
</style>
background-color css
<style>
a { background-color: #B8ECDC; }
a { background-color: rgb(184,236,220); }
div.DivClassName
{
background-color: #B8ECDC;
}
.BgClassName
{
background-color: #B8ECDC;
}
</style>
border-color css
<style>
span { border-color: #B8ECDC; }
span { border-color: rgb(184,236,220); }
td.TdClassName
{
border-color: #B8ECDC;
}
.TagClassName
{
border-color: #B8ECDC;
}
</style>