Shades of Water Leaf #B4EFDF
Tints of Water Leaf #B4EFDF
RGB
CMYK
RGB Variations
Color information
#B4EFDF (or 0xB4EFDF) is known color: Water Leaf. HEX triplet: B4, EF and DF. RGB value is (180,239,223). Sum of RGB (Red+Green+Blue) = 180+239+223=642 (85% of max value = 765). Red value is 180 (70.70% from 255 or 28.04% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFDF is #4B1020. Grayscale: #DBDBDB. Windows color (decimal): -4919329 or 14675892. OLE color: 14675892.
HSL color Cylindrical-coordinate representation of color #B4EFDF: hue angle of 163.73º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFDF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 239 | 223 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.06 |
| HSL | 163.73º | 0.65% | 0.82% | - |
| HSV(B) | 163.73º | 0.25% | 0.94% | - |
| XYZ | 63.01 | 76.76 | 81.31 | - |
| YUV | 219.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 239 | 223 | 0.25 | 0 | 0.07 | 0.06 | 163.73 | 0.65 | 0.82 |
| Hex | B4 | EF | DF | 19 | 0 | 7 | 6 | A4 | 41 | 52 |
| Octal | 264 | 357 | 337 | 31 | 0 | 7 | 6 | 244 | 101 | 122 |
| Binary | 10110100 | 11101111 | 11011111 | 11001 | 0 | 111 | 110 | 10100100 | 1000001 | 1010010 |
Color Harmonies of #B4EFDF
Complementary color
Monochromatic Colors of #B4EFDF
Black with #B4EFDF
Text Example
Text Example
White with #B4EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EFDF; }
p { color: rgb(180,239,223); }
H1.HeaderClassName
{
color: #B4EFDF;
}
.AnyTagClassName
{
color: #B4EFDF;
}
</style>
background-color css
<style>
a { background-color: #B4EFDF; }
a { background-color: rgb(180,239,223); }
div.DivClassName
{
background-color: #B4EFDF;
}
.BgClassName
{
background-color: #B4EFDF;
}
</style>
border-color css
<style>
span { border-color: #B4EFDF; }
span { border-color: rgb(180,239,223); }
td.TdClassName
{
border-color: #B4EFDF;
}
.TagClassName
{
border-color: #B4EFDF;
}
</style>