Shades of Water Leaf #B5EFDB
Tints of Water Leaf #B5EFDB
RGB
CMYK
RGB Variations
Color information
#B5EFDB (or 0xB5EFDB) is known color: Water Leaf. HEX triplet: B5, EF and DB. RGB value is (181,239,219). Sum of RGB (Red+Green+Blue) = 181+239+219=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFDB is #4A1024. Grayscale: #DBDBDB. Windows color (decimal): -4853797 or 14413749. OLE color: 14413749.
HSL color Cylindrical-coordinate representation of color #B5EFDB: hue angle of 159.31º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFDB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 219 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.06 |
| HSL | 159.31º | 0.64% | 0.82% | - |
| HSV(B) | 159.31º | 0.24% | 0.94% | - |
| XYZ | 62.71 | 76.67 | 78.51 | - |
| YUV | 219.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 219 | 0.24 | 0 | 0.08 | 0.06 | 159.31 | 0.64 | 0.82 |
| Hex | B5 | EF | DB | 18 | 0 | 8 | 6 | 9F | 40 | 52 |
| Octal | 265 | 357 | 333 | 30 | 0 | 10 | 6 | 237 | 100 | 122 |
| Binary | 10110101 | 11101111 | 11011011 | 11000 | 0 | 1000 | 110 | 10011111 | 1000000 | 1010010 |
Color Harmonies of #B5EFDB
Complementary color
Monochromatic Colors of #B5EFDB
Black with #B5EFDB
Text Example
Text Example
White with #B5EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFDB; }
p { color: rgb(181,239,219); }
H1.HeaderClassName
{
color: #B5EFDB;
}
.AnyTagClassName
{
color: #B5EFDB;
}
</style>
background-color css
<style>
a { background-color: #B5EFDB; }
a { background-color: rgb(181,239,219); }
div.DivClassName
{
background-color: #B5EFDB;
}
.BgClassName
{
background-color: #B5EFDB;
}
</style>
border-color css
<style>
span { border-color: #B5EFDB; }
span { border-color: rgb(181,239,219); }
td.TdClassName
{
border-color: #B5EFDB;
}
.TagClassName
{
border-color: #B5EFDB;
}
</style>