Shades of Water Leaf #B5F0DA
Tints of Water Leaf #B5F0DA
RGB
CMYK
RGB Variations
Color information
#B5F0DA (or 0xB5F0DA) is known color: Water Leaf. HEX triplet: B5, F0 and DA. RGB value is (181,240,218). Sum of RGB (Red+Green+Blue) = 181+240+218=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0DA is #4A0F25. Grayscale: #DBDBDB. Windows color (decimal): -4853542 or 14348469. OLE color: 14348469.
HSL color Cylindrical-coordinate representation of color #B5F0DA: hue angle of 157.63º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0DA is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 218 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.06 |
| HSL | 157.63º | 0.66% | 0.83% | - |
| HSV(B) | 157.63º | 0.25% | 0.94% | - |
| XYZ | 62.87 | 77.21 | 77.92 | - |
| YUV | 219.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 218 | 0.25 | 0 | 0.09 | 0.06 | 157.63 | 0.66 | 0.83 |
| Hex | B5 | F0 | DA | 19 | 0 | 9 | 6 | 9E | 42 | 53 |
| Octal | 265 | 360 | 332 | 31 | 0 | 11 | 6 | 236 | 102 | 123 |
| Binary | 10110101 | 11110000 | 11011010 | 11001 | 0 | 1001 | 110 | 10011110 | 1000010 | 1010011 |
Color Harmonies of #B5F0DA
Complementary color
Monochromatic Colors of #B5F0DA
Black with #B5F0DA
Text Example
Text Example
White with #B5F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F0DA; }
p { color: rgb(181,240,218); }
H1.HeaderClassName
{
color: #B5F0DA;
}
.AnyTagClassName
{
color: #B5F0DA;
}
</style>
background-color css
<style>
a { background-color: #B5F0DA; }
a { background-color: rgb(181,240,218); }
div.DivClassName
{
background-color: #B5F0DA;
}
.BgClassName
{
background-color: #B5F0DA;
}
</style>
border-color css
<style>
span { border-color: #B5F0DA; }
span { border-color: rgb(181,240,218); }
td.TdClassName
{
border-color: #B5F0DA;
}
.TagClassName
{
border-color: #B5F0DA;
}
</style>