Shades of Water Leaf #B0EFDF
Tints of Water Leaf #B0EFDF
RGB
CMYK
RGB Variations
Color information
#B0EFDF (or 0xB0EFDF) is known color: Water Leaf. HEX triplet: B0, EF and DF. RGB value is (176,239,223). Sum of RGB (Red+Green+Blue) = 176+239+223=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFDF is #4F1020. Grayscale: #DADADA. Windows color (decimal): -5181473 or 14675888. OLE color: 14675888.
HSL color Cylindrical-coordinate representation of color #B0EFDF: hue angle of 164.76º 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 #B0EFDF is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 223 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.06 |
| HSL | 164.76º | 0.66% | 0.81% | - |
| HSV(B) | 164.76º | 0.26% | 0.94% | - |
| XYZ | 62.09 | 76.29 | 81.27 | - |
| YUV | 218.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 223 | 0.26 | 0 | 0.07 | 0.06 | 164.76 | 0.66 | 0.81 |
| Hex | B0 | EF | DF | 1A | 0 | 7 | 6 | A5 | 42 | 51 |
| Octal | 260 | 357 | 337 | 32 | 0 | 7 | 6 | 245 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11011111 | 11010 | 0 | 111 | 110 | 10100101 | 1000010 | 1010001 |
Color Harmonies of #B0EFDF
Complementary color
Monochromatic Colors of #B0EFDF
Black with #B0EFDF
Text Example
Text Example
White with #B0EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFDF; }
p { color: rgb(176,239,223); }
H1.HeaderClassName
{
color: #B0EFDF;
}
.AnyTagClassName
{
color: #B0EFDF;
}
</style>
background-color css
<style>
a { background-color: #B0EFDF; }
a { background-color: rgb(176,239,223); }
div.DivClassName
{
background-color: #B0EFDF;
}
.BgClassName
{
background-color: #B0EFDF;
}
</style>
border-color css
<style>
span { border-color: #B0EFDF; }
span { border-color: rgb(176,239,223); }
td.TdClassName
{
border-color: #B0EFDF;
}
.TagClassName
{
border-color: #B0EFDF;
}
</style>