Shades of Water Leaf #B0FFEB
Tints of Water Leaf #B0FFEB
RGB
CMYK
RGB Variations
Color information
#B0FFEB (or 0xB0FFEB) is known color: Water Leaf. HEX triplet: B0, FF and EB. RGB value is (176,255,235). Sum of RGB (Red+Green+Blue) = 176+255+235=666 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.43% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFEB is #4F0014. Grayscale: #E5E5E5. Windows color (decimal): -5177365 or 15466416. OLE color: 15466416.
HSL color Cylindrical-coordinate representation of color #B0FFEB: hue angle of 164.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFEB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 235 | - |
| CMYK | 0.31 | 0 | 0.08 | 0 |
| HSL | 164.81º | 1% | 0.85% | - |
| HSV(B) | 164.81º | 0.31% | 1% | - |
| XYZ | 68.66 | 86.75 | 91.72 | - |
| YUV | 229.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 235 | 0.31 | 0 | 0.08 | 0 | 164.81 | 1 | 0.85 |
| Hex | B0 | FF | EB | 1F | 0 | 8 | 0 | A5 | 64 | 55 |
| Octal | 260 | 377 | 353 | 37 | 0 | 10 | 0 | 245 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11101011 | 11111 | 0 | 1000 | 0 | 10100101 | 1100100 | 1010101 |
Color Harmonies of #B0FFEB
Complementary color
Monochromatic Colors of #B0FFEB
Black with #B0FFEB
Text Example
Text Example
White with #B0FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFEB; }
p { color: rgb(176,255,235); }
H1.HeaderClassName
{
color: #B0FFEB;
}
.AnyTagClassName
{
color: #B0FFEB;
}
</style>
background-color css
<style>
a { background-color: #B0FFEB; }
a { background-color: rgb(176,255,235); }
div.DivClassName
{
background-color: #B0FFEB;
}
.BgClassName
{
background-color: #B0FFEB;
}
</style>
border-color css
<style>
span { border-color: #B0FFEB; }
span { border-color: rgb(176,255,235); }
td.TdClassName
{
border-color: #B0FFEB;
}
.TagClassName
{
border-color: #B0FFEB;
}
</style>