Shades of Water Leaf #B3FFE0
Tints of Water Leaf #B3FFE0
RGB
CMYK
RGB Variations
Color information
#B3FFE0 (or 0xB3FFE0) is known color: Water Leaf. HEX triplet: B3, FF and E0. RGB value is (179,255,224). Sum of RGB (Red+Green+Blue) = 179+255+224=658 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.20% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFE0 is #4C001F. Grayscale: #E4E4E4. Windows color (decimal): -4980768 or 14745523. OLE color: 14745523.
HSL color Cylindrical-coordinate representation of color #B3FFE0: hue angle of 155.53º 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 #B3FFE0 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 224 | - |
| CMYK | 0.30 | 0 | 0.12 | 0 |
| HSL | 155.53º | 1% | 0.85% | - |
| HSV(B) | 155.53º | 0.3% | 1% | - |
| XYZ | 67.8 | 86.49 | 83.64 | - |
| YUV | 228.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 224 | 0.30 | 0 | 0.12 | 0 | 155.53 | 1 | 0.85 |
| Hex | B3 | FF | E0 | 1E | 0 | C | 0 | 9C | 64 | 55 |
| Octal | 263 | 377 | 340 | 36 | 0 | 14 | 0 | 234 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11100000 | 11110 | 0 | 1100 | 0 | 10011100 | 1100100 | 1010101 |
Color Harmonies of #B3FFE0
Complementary color
Monochromatic Colors of #B3FFE0
Black with #B3FFE0
Text Example
Text Example
White with #B3FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFE0; }
p { color: rgb(179,255,224); }
H1.HeaderClassName
{
color: #B3FFE0;
}
.AnyTagClassName
{
color: #B3FFE0;
}
</style>
background-color css
<style>
a { background-color: #B3FFE0; }
a { background-color: rgb(179,255,224); }
div.DivClassName
{
background-color: #B3FFE0;
}
.BgClassName
{
background-color: #B3FFE0;
}
</style>
border-color css
<style>
span { border-color: #B3FFE0; }
span { border-color: rgb(179,255,224); }
td.TdClassName
{
border-color: #B3FFE0;
}
.TagClassName
{
border-color: #B3FFE0;
}
</style>