Shades of Water Leaf #B0EFE1
Tints of Water Leaf #B0EFE1
RGB
CMYK
RGB Variations
Color information
#B0EFE1 (or 0xB0EFE1) is known color: Water Leaf. HEX triplet: B0, EF and E1. RGB value is (176,239,225). Sum of RGB (Red+Green+Blue) = 176+239+225=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFE1 is #4F101E. Grayscale: #DADADA. Windows color (decimal): -5181471 or 14806960. OLE color: 14806960.
HSL color Cylindrical-coordinate representation of color #B0EFE1: hue angle of 166.67º 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 #B0EFE1 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 225 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.06 |
| HSL | 166.67º | 0.66% | 0.81% | - |
| HSV(B) | 166.67º | 0.26% | 0.94% | - |
| XYZ | 62.36 | 76.4 | 82.69 | - |
| YUV | 218.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 225 | 0.26 | 0 | 0.06 | 0.06 | 166.67 | 0.66 | 0.81 |
| Hex | B0 | EF | E1 | 1A | 0 | 6 | 6 | A7 | 42 | 51 |
| Octal | 260 | 357 | 341 | 32 | 0 | 6 | 6 | 247 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11100001 | 11010 | 0 | 110 | 110 | 10100111 | 1000010 | 1010001 |
Color Harmonies of #B0EFE1
Complementary color
Monochromatic Colors of #B0EFE1
Black with #B0EFE1
Text Example
Text Example
White with #B0EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFE1; }
p { color: rgb(176,239,225); }
H1.HeaderClassName
{
color: #B0EFE1;
}
.AnyTagClassName
{
color: #B0EFE1;
}
</style>
background-color css
<style>
a { background-color: #B0EFE1; }
a { background-color: rgb(176,239,225); }
div.DivClassName
{
background-color: #B0EFE1;
}
.BgClassName
{
background-color: #B0EFE1;
}
</style>
border-color css
<style>
span { border-color: #B0EFE1; }
span { border-color: rgb(176,239,225); }
td.TdClassName
{
border-color: #B0EFE1;
}
.TagClassName
{
border-color: #B0EFE1;
}
</style>