Shades of Water Leaf #B4F7EA
Tints of Water Leaf #B4F7EA
RGB
CMYK
RGB Variations
Color information
#B4F7EA (or 0xB4F7EA) is known color: Water Leaf. HEX triplet: B4, F7 and EA. RGB value is (180,247,234). Sum of RGB (Red+Green+Blue) = 180+247+234=661 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.23% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F7EA is #4B0815. Grayscale: #E1E1E1. Windows color (decimal): -4917270 or 15398836. OLE color: 15398836.
HSL color Cylindrical-coordinate representation of color #B4F7EA: hue angle of 168.36º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F7EA is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 247 | 234 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.03 |
| HSL | 168.36º | 0.81% | 0.84% | - |
| HSV(B) | 168.36º | 0.27% | 0.97% | - |
| XYZ | 66.93 | 82.17 | 90.17 | - |
| YUV | 225.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 247 | 234 | 0.27 | 0 | 0.05 | 0.03 | 168.36 | 0.81 | 0.84 |
| Hex | B4 | F7 | EA | 1B | 0 | 5 | 3 | A8 | 51 | 54 |
| Octal | 264 | 367 | 352 | 33 | 0 | 5 | 3 | 250 | 121 | 124 |
| Binary | 10110100 | 11110111 | 11101010 | 11011 | 0 | 101 | 11 | 10101000 | 1010001 | 1010100 |
Color Harmonies of #B4F7EA
Complementary color
Monochromatic Colors of #B4F7EA
Black with #B4F7EA
Text Example
Text Example
White with #B4F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F7EA; }
p { color: rgb(180,247,234); }
H1.HeaderClassName
{
color: #B4F7EA;
}
.AnyTagClassName
{
color: #B4F7EA;
}
</style>
background-color css
<style>
a { background-color: #B4F7EA; }
a { background-color: rgb(180,247,234); }
div.DivClassName
{
background-color: #B4F7EA;
}
.BgClassName
{
background-color: #B4F7EA;
}
</style>
border-color css
<style>
span { border-color: #B4F7EA; }
span { border-color: rgb(180,247,234); }
td.TdClassName
{
border-color: #B4F7EA;
}
.TagClassName
{
border-color: #B4F7EA;
}
</style>