Shades of Water Leaf #B5EDDA
Tints of Water Leaf #B5EDDA
RGB
CMYK
RGB Variations
Color information
#B5EDDA (or 0xB5EDDA) is known color: Water Leaf. HEX triplet: B5, ED and DA. RGB value is (181,237,218). Sum of RGB (Red+Green+Blue) = 181+237+218=636 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.46% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDDA is #4A1225. Grayscale: #DADADA. Windows color (decimal): -4854310 or 14347701. OLE color: 14347701.
HSL color Cylindrical-coordinate representation of color #B5EDDA: hue angle of 159.64º 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 #B5EDDA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 237 | 218 | - |
CMYK | 0.24 | 0 | 0.08 | 0.07 |
HSL | 159.64º | 0.61% | 0.82% | - |
HSV(B) | 159.64º | 0.24% | 0.93% | - |
XYZ | 62 | 75.45 | 77.63 | - |
YUV | 218.09 | 127.95 | 101.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 218 | 0.24 | 0 | 0.08 | 0.07 | 159.64 | 0.61 | 0.82 |
Hex | B5 | ED | DA | 18 | 0 | 8 | 7 | A0 | 3D | 52 |
Octal | 265 | 355 | 332 | 30 | 0 | 10 | 7 | 240 | 75 | 122 |
Binary | 10110101 | 11101101 | 11011010 | 11000 | 0 | 1000 | 111 | 10100000 | 111101 | 1010010 |
Color Harmonies of #B5EDDA
Complementary color
Monochromatic Colors of #B5EDDA
Black with #B5EDDA
Text Example
Text Example
White with #B5EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDDA; }
p { color: rgb(181,237,218); }
H1.HeaderClassName
{
color: #B5EDDA;
}
.AnyTagClassName
{
color: #B5EDDA;
}
</style>
background-color css
<style>
a { background-color: #B5EDDA; }
a { background-color: rgb(181,237,218); }
div.DivClassName
{
background-color: #B5EDDA;
}
.BgClassName
{
background-color: #B5EDDA;
}
</style>
border-color css
<style>
span { border-color: #B5EDDA; }
span { border-color: rgb(181,237,218); }
td.TdClassName
{
border-color: #B5EDDA;
}
.TagClassName
{
border-color: #B5EDDA;
}
</style>