Shades of Water Leaf #B0EFDA
Tints of Water Leaf #B0EFDA
RGB
CMYK
RGB Variations
Color information
#B0EFDA (or 0xB0EFDA) is known color: Water Leaf. HEX triplet: B0, EF and DA. RGB value is (176,239,218). Sum of RGB (Red+Green+Blue) = 176+239+218=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFDA is #4F1025. Grayscale: #D9D9D9. Windows color (decimal): -5181478 or 14348208. OLE color: 14348208.
HSL color Cylindrical-coordinate representation of color #B0EFDA: hue angle of 160º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFDA is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 218 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.06 |
| HSL | 160º | 0.66% | 0.81% | - |
| HSV(B) | 160º | 0.26% | 0.94% | - |
| XYZ | 61.43 | 76.03 | 77.77 | - |
| YUV | 217.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 218 | 0.26 | 0 | 0.09 | 0.06 | 160 | 0.66 | 0.81 |
| Hex | B0 | EF | DA | 1A | 0 | 9 | 6 | A0 | 42 | 51 |
| Octal | 260 | 357 | 332 | 32 | 0 | 11 | 6 | 240 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11011010 | 11010 | 0 | 1001 | 110 | 10100000 | 1000010 | 1010001 |
Color Harmonies of #B0EFDA
Complementary color
Monochromatic Colors of #B0EFDA
Black with #B0EFDA
Text Example
Text Example
White with #B0EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFDA; }
p { color: rgb(176,239,218); }
H1.HeaderClassName
{
color: #B0EFDA;
}
.AnyTagClassName
{
color: #B0EFDA;
}
</style>
background-color css
<style>
a { background-color: #B0EFDA; }
a { background-color: rgb(176,239,218); }
div.DivClassName
{
background-color: #B0EFDA;
}
.BgClassName
{
background-color: #B0EFDA;
}
</style>
border-color css
<style>
span { border-color: #B0EFDA; }
span { border-color: rgb(176,239,218); }
td.TdClassName
{
border-color: #B0EFDA;
}
.TagClassName
{
border-color: #B0EFDA;
}
</style>