Shades of Water Leaf #B3FFEB
Tints of Water Leaf #B3FFEB
RGB
CMYK
RGB Variations
Color information
#B3FFEB (or 0xB3FFEB) is known color: Water Leaf. HEX triplet: B3, FF and EB. RGB value is (179,255,235). Sum of RGB (Red+Green+Blue) = 179+255+235=669 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.76% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFEB is #4C0014. Grayscale: #E5E5E5. Windows color (decimal): -4980757 or 15466419. OLE color: 15466419.
HSL color Cylindrical-coordinate representation of color #B3FFEB: hue angle of 164.21º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFEB is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 235 | - |
| CMYK | 0.30 | 0 | 0.08 | 0 |
| HSL | 164.21º | 1% | 0.85% | - |
| HSV(B) | 164.21º | 0.3% | 1% | - |
| XYZ | 69.35 | 87.1 | 91.75 | - |
| YUV | 230 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 235 | 0.30 | 0 | 0.08 | 0 | 164.21 | 1 | 0.85 |
| Hex | B3 | FF | EB | 1E | 0 | 8 | 0 | A4 | 64 | 55 |
| Octal | 263 | 377 | 353 | 36 | 0 | 10 | 0 | 244 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11101011 | 11110 | 0 | 1000 | 0 | 10100100 | 1100100 | 1010101 |
Color Harmonies of #B3FFEB
Complementary color
Monochromatic Colors of #B3FFEB
Black with #B3FFEB
Text Example
Text Example
White with #B3FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFEB; }
p { color: rgb(179,255,235); }
H1.HeaderClassName
{
color: #B3FFEB;
}
.AnyTagClassName
{
color: #B3FFEB;
}
</style>
background-color css
<style>
a { background-color: #B3FFEB; }
a { background-color: rgb(179,255,235); }
div.DivClassName
{
background-color: #B3FFEB;
}
.BgClassName
{
background-color: #B3FFEB;
}
</style>
border-color css
<style>
span { border-color: #B3FFEB; }
span { border-color: rgb(179,255,235); }
td.TdClassName
{
border-color: #B3FFEB;
}
.TagClassName
{
border-color: #B3FFEB;
}
</style>