Shades of Water Leaf #B4EEDA
Tints of Water Leaf #B4EEDA
RGB
CMYK
RGB Variations
Color information
#B4EEDA (or 0xB4EEDA) is known color: Water Leaf. HEX triplet: B4, EE and DA. RGB value is (180,238,218). Sum of RGB (Red+Green+Blue) = 180+238+218=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EEDA is #4B1125. Grayscale: #DADADA. Windows color (decimal): -4919590 or 14347956. OLE color: 14347956.
HSL color Cylindrical-coordinate representation of color #B4EEDA: hue angle of 159.31º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EEDA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 218 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.07 |
| HSL | 159.31º | 0.63% | 0.82% | - |
| HSV(B) | 159.31º | 0.24% | 0.93% | - |
| XYZ | 62.05 | 75.91 | 77.71 | - |
| YUV | 218.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 218 | 0.24 | 0 | 0.08 | 0.07 | 159.31 | 0.63 | 0.82 |
| Hex | B4 | EE | DA | 18 | 0 | 8 | 7 | 9F | 3F | 52 |
| Octal | 264 | 356 | 332 | 30 | 0 | 10 | 7 | 237 | 77 | 122 |
| Binary | 10110100 | 11101110 | 11011010 | 11000 | 0 | 1000 | 111 | 10011111 | 111111 | 1010010 |
Color Harmonies of #B4EEDA
Complementary color
Monochromatic Colors of #B4EEDA
Black with #B4EEDA
Text Example
Text Example
White with #B4EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EEDA; }
p { color: rgb(180,238,218); }
H1.HeaderClassName
{
color: #B4EEDA;
}
.AnyTagClassName
{
color: #B4EEDA;
}
</style>
background-color css
<style>
a { background-color: #B4EEDA; }
a { background-color: rgb(180,238,218); }
div.DivClassName
{
background-color: #B4EEDA;
}
.BgClassName
{
background-color: #B4EEDA;
}
</style>
border-color css
<style>
span { border-color: #B4EEDA; }
span { border-color: rgb(180,238,218); }
td.TdClassName
{
border-color: #B4EEDA;
}
.TagClassName
{
border-color: #B4EEDA;
}
</style>