Shades of Water Leaf #B5EFDA
Tints of Water Leaf #B5EFDA
RGB
CMYK
RGB Variations
Color information
#B5EFDA (or 0xB5EFDA) is known color: Water Leaf. HEX triplet: B5, EF and DA. RGB value is (181,239,218). Sum of RGB (Red+Green+Blue) = 181+239+218=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFDA is #4A1025. Grayscale: #DBDBDB. Windows color (decimal): -4853798 or 14348213. OLE color: 14348213.
HSL color Cylindrical-coordinate representation of color #B5EFDA: hue angle of 158.28º 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 #B5EFDA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 239 | 218 | - |
CMYK | 0.24 | 0 | 0.09 | 0.06 |
HSL | 158.28º | 0.64% | 0.82% | - |
HSV(B) | 158.28º | 0.24% | 0.94% | - |
XYZ | 62.58 | 76.62 | 77.82 | - |
YUV | 219.26 | 127.28 | 100.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 239 | 218 | 0.24 | 0 | 0.09 | 0.06 | 158.28 | 0.64 | 0.82 |
Hex | B5 | EF | DA | 18 | 0 | 9 | 6 | 9E | 40 | 52 |
Octal | 265 | 357 | 332 | 30 | 0 | 11 | 6 | 236 | 100 | 122 |
Binary | 10110101 | 11101111 | 11011010 | 11000 | 0 | 1001 | 110 | 10011110 | 1000000 | 1010010 |
Color Harmonies of #B5EFDA
Complementary color
Monochromatic Colors of #B5EFDA
Black with #B5EFDA
Text Example
Text Example
White with #B5EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFDA; }
p { color: rgb(181,239,218); }
H1.HeaderClassName
{
color: #B5EFDA;
}
.AnyTagClassName
{
color: #B5EFDA;
}
</style>
background-color css
<style>
a { background-color: #B5EFDA; }
a { background-color: rgb(181,239,218); }
div.DivClassName
{
background-color: #B5EFDA;
}
.BgClassName
{
background-color: #B5EFDA;
}
</style>
border-color css
<style>
span { border-color: #B5EFDA; }
span { border-color: rgb(181,239,218); }
td.TdClassName
{
border-color: #B5EFDA;
}
.TagClassName
{
border-color: #B5EFDA;
}
</style>