Shades of Water Leaf #B5EDDB
Tints of Water Leaf #B5EDDB
RGB
CMYK
RGB Variations
Color information
#B5EDDB (or 0xB5EDDB) is known color: Water Leaf. HEX triplet: B5, ED and DB. RGB value is (181,237,219). Sum of RGB (Red+Green+Blue) = 181+237+219=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDDB is #4A1224. Grayscale: #DADADA. Windows color (decimal): -4854309 or 14413237. OLE color: 14413237.
HSL color Cylindrical-coordinate representation of color #B5EDDB: hue angle of 160.71º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDDB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 237 | 219 | - |
CMYK | 0.24 | 0 | 0.08 | 0.07 |
HSL | 160.71º | 0.61% | 0.82% | - |
HSV(B) | 160.71º | 0.24% | 0.93% | - |
XYZ | 62.13 | 75.51 | 78.32 | - |
YUV | 218.2 | 128.45 | 101.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 219 | 0.24 | 0 | 0.08 | 0.07 | 160.71 | 0.61 | 0.82 |
Hex | B5 | ED | DB | 18 | 0 | 8 | 7 | A1 | 3D | 52 |
Octal | 265 | 355 | 333 | 30 | 0 | 10 | 7 | 241 | 75 | 122 |
Binary | 10110101 | 11101101 | 11011011 | 11000 | 0 | 1000 | 111 | 10100001 | 111101 | 1010010 |
Color Harmonies of #B5EDDB
Complementary color
Monochromatic Colors of #B5EDDB
Black with #B5EDDB
Text Example
Text Example
White with #B5EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDDB; }
p { color: rgb(181,237,219); }
H1.HeaderClassName
{
color: #B5EDDB;
}
.AnyTagClassName
{
color: #B5EDDB;
}
</style>
background-color css
<style>
a { background-color: #B5EDDB; }
a { background-color: rgb(181,237,219); }
div.DivClassName
{
background-color: #B5EDDB;
}
.BgClassName
{
background-color: #B5EDDB;
}
</style>
border-color css
<style>
span { border-color: #B5EDDB; }
span { border-color: rgb(181,237,219); }
td.TdClassName
{
border-color: #B5EDDB;
}
.TagClassName
{
border-color: #B5EDDB;
}
</style>