Shades of Water Leaf #B3FFE1
Tints of Water Leaf #B3FFE1
RGB
CMYK
RGB Variations
Color information
#B3FFE1 (or 0xB3FFE1) is known color: Water Leaf. HEX triplet: B3, FF and E1. RGB value is (179,255,225). Sum of RGB (Red+Green+Blue) = 179+255+225=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFE1 is #4C001E. Grayscale: #E4E4E4. Windows color (decimal): -4980767 or 14811059. OLE color: 14811059.
HSL color Cylindrical-coordinate representation of color #B3FFE1: hue angle of 156.32º 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 #B3FFE1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 225 | - |
| CMYK | 0.30 | 0 | 0.12 | 0 |
| HSL | 156.32º | 1% | 0.85% | - |
| HSV(B) | 156.32º | 0.3% | 1% | - |
| XYZ | 67.94 | 86.54 | 84.36 | - |
| YUV | 228.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 225 | 0.30 | 0 | 0.12 | 0 | 156.32 | 1 | 0.85 |
| Hex | B3 | FF | E1 | 1E | 0 | C | 0 | 9C | 64 | 55 |
| Octal | 263 | 377 | 341 | 36 | 0 | 14 | 0 | 234 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11100001 | 11110 | 0 | 1100 | 0 | 10011100 | 1100100 | 1010101 |
Color Harmonies of #B3FFE1
Complementary color
Monochromatic Colors of #B3FFE1
Black with #B3FFE1
Text Example
Text Example
White with #B3FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFE1; }
p { color: rgb(179,255,225); }
H1.HeaderClassName
{
color: #B3FFE1;
}
.AnyTagClassName
{
color: #B3FFE1;
}
</style>
background-color css
<style>
a { background-color: #B3FFE1; }
a { background-color: rgb(179,255,225); }
div.DivClassName
{
background-color: #B3FFE1;
}
.BgClassName
{
background-color: #B3FFE1;
}
</style>
border-color css
<style>
span { border-color: #B3FFE1; }
span { border-color: rgb(179,255,225); }
td.TdClassName
{
border-color: #B3FFE1;
}
.TagClassName
{
border-color: #B3FFE1;
}
</style>