Shades of Water Leaf #B4FFEB
Tints of Water Leaf #B4FFEB
RGB
CMYK
RGB Variations
Color information
#B4FFEB (or 0xB4FFEB) is known color: Water Leaf. HEX triplet: B4, FF and EB. RGB value is (180,255,235). Sum of RGB (Red+Green+Blue) = 180+255+235=670 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.87% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFEB is #4B0014. Grayscale: #E6E6E6. Windows color (decimal): -4915221 or 15466420. OLE color: 15466420.
HSL color Cylindrical-coordinate representation of color #B4FFEB: hue angle of 164º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFEB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 235 | - |
| CMYK | 0.29 | 0 | 0.08 | 0 |
| HSL | 164º | 1% | 0.85% | - |
| HSV(B) | 164º | 0.29% | 1% | - |
| XYZ | 69.58 | 87.22 | 91.77 | - |
| YUV | 230.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 235 | 0.29 | 0 | 0.08 | 0 | 164 | 1 | 0.85 |
| Hex | B4 | FF | EB | 1D | 0 | 8 | 0 | A4 | 64 | 55 |
| Octal | 264 | 377 | 353 | 35 | 0 | 10 | 0 | 244 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11101011 | 11101 | 0 | 1000 | 0 | 10100100 | 1100100 | 1010101 |
Color Harmonies of #B4FFEB
Complementary color
Monochromatic Colors of #B4FFEB
Black with #B4FFEB
Text Example
Text Example
White with #B4FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFEB; }
p { color: rgb(180,255,235); }
H1.HeaderClassName
{
color: #B4FFEB;
}
.AnyTagClassName
{
color: #B4FFEB;
}
</style>
background-color css
<style>
a { background-color: #B4FFEB; }
a { background-color: rgb(180,255,235); }
div.DivClassName
{
background-color: #B4FFEB;
}
.BgClassName
{
background-color: #B4FFEB;
}
</style>
border-color css
<style>
span { border-color: #B4FFEB; }
span { border-color: rgb(180,255,235); }
td.TdClassName
{
border-color: #B4FFEB;
}
.TagClassName
{
border-color: #B4FFEB;
}
</style>