Shades of Water Leaf #B5E9E0
Tints of Water Leaf #B5E9E0
RGB
CMYK
RGB Variations
Color information
#B5E9E0 (or 0xB5E9E0) is known color: Water Leaf. HEX triplet: B5, E9 and E0. RGB value is (181,233,224). Sum of RGB (Red+Green+Blue) = 181+233+224=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9E0 is #4A161F. Grayscale: #D8D8D8. Windows color (decimal): -4855328 or 14739893. OLE color: 14739893.
HSL color Cylindrical-coordinate representation of color #B5E9E0: hue angle of 169.62º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9E0 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 233 | 224 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.09 |
| HSL | 169.62º | 0.54% | 0.81% | - |
| HSV(B) | 169.62º | 0.22% | 0.91% | - |
| XYZ | 61.65 | 73.48 | 81.46 | - |
| YUV | 216.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 233 | 224 | 0.22 | 0 | 0.04 | 0.09 | 169.62 | 0.54 | 0.81 |
| Hex | B5 | E9 | E0 | 16 | 0 | 4 | 9 | AA | 36 | 51 |
| Octal | 265 | 351 | 340 | 26 | 0 | 4 | 11 | 252 | 66 | 121 |
| Binary | 10110101 | 11101001 | 11100000 | 10110 | 0 | 100 | 1001 | 10101010 | 110110 | 1010001 |
Color Harmonies of #B5E9E0
Complementary color
Monochromatic Colors of #B5E9E0
Black with #B5E9E0
Text Example
Text Example
White with #B5E9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9E0; }
p { color: rgb(181,233,224); }
H1.HeaderClassName
{
color: #B5E9E0;
}
.AnyTagClassName
{
color: #B5E9E0;
}
</style>
background-color css
<style>
a { background-color: #B5E9E0; }
a { background-color: rgb(181,233,224); }
div.DivClassName
{
background-color: #B5E9E0;
}
.BgClassName
{
background-color: #B5E9E0;
}
</style>
border-color css
<style>
span { border-color: #B5E9E0; }
span { border-color: rgb(181,233,224); }
td.TdClassName
{
border-color: #B5E9E0;
}
.TagClassName
{
border-color: #B5E9E0;
}
</style>