Shades of Water Leaf #B5EFE4
Tints of Water Leaf #B5EFE4
RGB
CMYK
RGB Variations
Color information
#B5EFE4 (or 0xB5EFE4) is known color: Water Leaf. HEX triplet: B5, EF and E4. RGB value is (181,239,228). Sum of RGB (Red+Green+Blue) = 181+239+228=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFE4 is #4A101B. Grayscale: #DCDCDC. Windows color (decimal): -4853788 or 15003573. OLE color: 15003573.
HSL color Cylindrical-coordinate representation of color #B5EFE4: hue angle of 168.62º 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 #B5EFE4 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 228 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.06 |
| HSL | 168.62º | 0.64% | 0.82% | - |
| HSV(B) | 168.62º | 0.24% | 0.94% | - |
| XYZ | 63.93 | 77.16 | 84.92 | - |
| YUV | 220.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 228 | 0.24 | 0 | 0.05 | 0.06 | 168.62 | 0.64 | 0.82 |
| Hex | B5 | EF | E4 | 18 | 0 | 5 | 6 | A9 | 40 | 52 |
| Octal | 265 | 357 | 344 | 30 | 0 | 5 | 6 | 251 | 100 | 122 |
| Binary | 10110101 | 11101111 | 11100100 | 11000 | 0 | 101 | 110 | 10101001 | 1000000 | 1010010 |
Color Harmonies of #B5EFE4
Complementary color
Monochromatic Colors of #B5EFE4
Black with #B5EFE4
Text Example
Text Example
White with #B5EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFE4; }
p { color: rgb(181,239,228); }
H1.HeaderClassName
{
color: #B5EFE4;
}
.AnyTagClassName
{
color: #B5EFE4;
}
</style>
background-color css
<style>
a { background-color: #B5EFE4; }
a { background-color: rgb(181,239,228); }
div.DivClassName
{
background-color: #B5EFE4;
}
.BgClassName
{
background-color: #B5EFE4;
}
</style>
border-color css
<style>
span { border-color: #B5EFE4; }
span { border-color: rgb(181,239,228); }
td.TdClassName
{
border-color: #B5EFE4;
}
.TagClassName
{
border-color: #B5EFE4;
}
</style>