Shades of Water Leaf #B0FBE0
Tints of Water Leaf #B0FBE0
RGB
CMYK
RGB Variations
Color information
#B0FBE0 (or 0xB0FBE0) is known color: Water Leaf. HEX triplet: B0, FB and E0. RGB value is (176,251,224). Sum of RGB (Red+Green+Blue) = 176+251+224=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBE0 is #4F041F. Grayscale: #E1E1E1. Windows color (decimal): -5178400 or 14744496. OLE color: 14744496.
HSL color Cylindrical-coordinate representation of color #B0FBE0: hue angle of 158.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBE0 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 224 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.02 |
| HSL | 158.4º | 0.9% | 0.84% | - |
| HSV(B) | 158.4º | 0.3% | 0.98% | - |
| XYZ | 65.86 | 83.61 | 83.19 | - |
| YUV | 225.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 224 | 0.30 | 0 | 0.11 | 0.02 | 158.4 | 0.9 | 0.84 |
| Hex | B0 | FB | E0 | 1E | 0 | B | 2 | 9E | 5A | 54 |
| Octal | 260 | 373 | 340 | 36 | 0 | 13 | 2 | 236 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11100000 | 11110 | 0 | 1011 | 10 | 10011110 | 1011010 | 1010100 |
Color Harmonies of #B0FBE0
Complementary color
Monochromatic Colors of #B0FBE0
Black with #B0FBE0
Text Example
Text Example
White with #B0FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBE0; }
p { color: rgb(176,251,224); }
H1.HeaderClassName
{
color: #B0FBE0;
}
.AnyTagClassName
{
color: #B0FBE0;
}
</style>
background-color css
<style>
a { background-color: #B0FBE0; }
a { background-color: rgb(176,251,224); }
div.DivClassName
{
background-color: #B0FBE0;
}
.BgClassName
{
background-color: #B0FBE0;
}
</style>
border-color css
<style>
span { border-color: #B0FBE0; }
span { border-color: rgb(176,251,224); }
td.TdClassName
{
border-color: #B0FBE0;
}
.TagClassName
{
border-color: #B0FBE0;
}
</style>