Shades of Water Leaf #B0EFE0
Tints of Water Leaf #B0EFE0
RGB
CMYK
RGB Variations
Color information
#B0EFE0 (or 0xB0EFE0) is known color: Water Leaf. HEX triplet: B0, EF and E0. RGB value is (176,239,224). Sum of RGB (Red+Green+Blue) = 176+239+224=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFE0 is #4F101F. Grayscale: #DADADA. Windows color (decimal): -5181472 or 14741424. OLE color: 14741424.
HSL color Cylindrical-coordinate representation of color #B0EFE0: hue angle of 165.71º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFE0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 224 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.06 |
| HSL | 165.71º | 0.66% | 0.81% | - |
| HSV(B) | 165.71º | 0.26% | 0.94% | - |
| XYZ | 62.23 | 76.34 | 81.98 | - |
| YUV | 218.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 224 | 0.26 | 0 | 0.06 | 0.06 | 165.71 | 0.66 | 0.81 |
| Hex | B0 | EF | E0 | 1A | 0 | 6 | 6 | A6 | 42 | 51 |
| Octal | 260 | 357 | 340 | 32 | 0 | 6 | 6 | 246 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11100000 | 11010 | 0 | 110 | 110 | 10100110 | 1000010 | 1010001 |
Color Harmonies of #B0EFE0
Complementary color
Monochromatic Colors of #B0EFE0
Black with #B0EFE0
Text Example
Text Example
White with #B0EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFE0; }
p { color: rgb(176,239,224); }
H1.HeaderClassName
{
color: #B0EFE0;
}
.AnyTagClassName
{
color: #B0EFE0;
}
</style>
background-color css
<style>
a { background-color: #B0EFE0; }
a { background-color: rgb(176,239,224); }
div.DivClassName
{
background-color: #B0EFE0;
}
.BgClassName
{
background-color: #B0EFE0;
}
</style>
border-color css
<style>
span { border-color: #B0EFE0; }
span { border-color: rgb(176,239,224); }
td.TdClassName
{
border-color: #B0EFE0;
}
.TagClassName
{
border-color: #B0EFE0;
}
</style>