Shades of Water Leaf #B3EBE1
Tints of Water Leaf #B3EBE1
RGB
CMYK
RGB Variations
Color information
#B3EBE1 (or 0xB3EBE1) is known color: Water Leaf. HEX triplet: B3, EB and E1. RGB value is (179,235,225). Sum of RGB (Red+Green+Blue) = 179+235+225=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBE1 is #4C141E. Grayscale: #D9D9D9. Windows color (decimal): -4985887 or 14805939. OLE color: 14805939.
HSL color Cylindrical-coordinate representation of color #B3EBE1: hue angle of 169.29º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBE1 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 235 | 225 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.08 |
| HSL | 169.29º | 0.58% | 0.81% | - |
| HSV(B) | 169.29º | 0.24% | 0.92% | - |
| XYZ | 61.89 | 74.44 | 82.34 | - |
| YUV | 217.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 235 | 225 | 0.24 | 0 | 0.04 | 0.08 | 169.29 | 0.58 | 0.81 |
| Hex | B3 | EB | E1 | 18 | 0 | 4 | 8 | A9 | 3A | 51 |
| Octal | 263 | 353 | 341 | 30 | 0 | 4 | 10 | 251 | 72 | 121 |
| Binary | 10110011 | 11101011 | 11100001 | 11000 | 0 | 100 | 1000 | 10101001 | 111010 | 1010001 |
Color Harmonies of #B3EBE1
Complementary color
Monochromatic Colors of #B3EBE1
Black with #B3EBE1
Text Example
Text Example
White with #B3EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EBE1; }
p { color: rgb(179,235,225); }
H1.HeaderClassName
{
color: #B3EBE1;
}
.AnyTagClassName
{
color: #B3EBE1;
}
</style>
background-color css
<style>
a { background-color: #B3EBE1; }
a { background-color: rgb(179,235,225); }
div.DivClassName
{
background-color: #B3EBE1;
}
.BgClassName
{
background-color: #B3EBE1;
}
</style>
border-color css
<style>
span { border-color: #B3EBE1; }
span { border-color: rgb(179,235,225); }
td.TdClassName
{
border-color: #B3EBE1;
}
.TagClassName
{
border-color: #B3EBE1;
}
</style>