Shades of Water Leaf #B0F5E1
Tints of Water Leaf #B0F5E1
RGB
CMYK
RGB Variations
Color information
#B0F5E1 (or 0xB0F5E1) is known color: Water Leaf. HEX triplet: B0, F5 and E1. RGB value is (176,245,225). Sum of RGB (Red+Green+Blue) = 176+245+225=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F5E1 is #4F0A1E. Grayscale: #DEDEDE. Windows color (decimal): -5179935 or 14808496. OLE color: 14808496.
HSL color Cylindrical-coordinate representation of color #B0F5E1: hue angle of 162.61º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F5E1 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 245 | 225 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.04 |
| HSL | 162.61º | 0.78% | 0.83% | - |
| HSV(B) | 162.61º | 0.28% | 0.96% | - |
| XYZ | 64.15 | 79.97 | 83.29 | - |
| YUV | 222.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 225 | 0.28 | 0 | 0.08 | 0.04 | 162.61 | 0.78 | 0.83 |
| Hex | B0 | F5 | E1 | 1C | 0 | 8 | 4 | A3 | 4E | 53 |
| Octal | 260 | 365 | 341 | 34 | 0 | 10 | 4 | 243 | 116 | 123 |
| Binary | 10110000 | 11110101 | 11100001 | 11100 | 0 | 1000 | 100 | 10100011 | 1001110 | 1010011 |
Color Harmonies of #B0F5E1
Complementary color
Monochromatic Colors of #B0F5E1
Black with #B0F5E1
Text Example
Text Example
White with #B0F5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F5E1; }
p { color: rgb(176,245,225); }
H1.HeaderClassName
{
color: #B0F5E1;
}
.AnyTagClassName
{
color: #B0F5E1;
}
</style>
background-color css
<style>
a { background-color: #B0F5E1; }
a { background-color: rgb(176,245,225); }
div.DivClassName
{
background-color: #B0F5E1;
}
.BgClassName
{
background-color: #B0F5E1;
}
</style>
border-color css
<style>
span { border-color: #B0F5E1; }
span { border-color: rgb(176,245,225); }
td.TdClassName
{
border-color: #B0F5E1;
}
.TagClassName
{
border-color: #B0F5E1;
}
</style>