Shades of Water Leaf #B0FFEA
Tints of Water Leaf #B0FFEA
RGB
CMYK
RGB Variations
Color information
#B0FFEA (or 0xB0FFEA) is known color: Water Leaf. HEX triplet: B0, FF and EA. RGB value is (176,255,234). Sum of RGB (Red+Green+Blue) = 176+255+234=665 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.47% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFEA is #4F0015. Grayscale: #E4E4E4. Windows color (decimal): -5177366 or 15400880. OLE color: 15400880.
HSL color Cylindrical-coordinate representation of color #B0FFEA: hue angle of 164.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFEA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 234 | - |
| CMYK | 0.31 | 0 | 0.08 | 0 |
| HSL | 164.05º | 1% | 0.85% | - |
| HSV(B) | 164.05º | 0.31% | 1% | - |
| XYZ | 68.52 | 86.69 | 90.96 | - |
| YUV | 228.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 234 | 0.31 | 0 | 0.08 | 0 | 164.05 | 1 | 0.85 |
| Hex | B0 | FF | EA | 1F | 0 | 8 | 0 | A4 | 64 | 55 |
| Octal | 260 | 377 | 352 | 37 | 0 | 10 | 0 | 244 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11101010 | 11111 | 0 | 1000 | 0 | 10100100 | 1100100 | 1010101 |
Color Harmonies of #B0FFEA
Complementary color
Monochromatic Colors of #B0FFEA
Black with #B0FFEA
Text Example
Text Example
White with #B0FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFEA; }
p { color: rgb(176,255,234); }
H1.HeaderClassName
{
color: #B0FFEA;
}
.AnyTagClassName
{
color: #B0FFEA;
}
</style>
background-color css
<style>
a { background-color: #B0FFEA; }
a { background-color: rgb(176,255,234); }
div.DivClassName
{
background-color: #B0FFEA;
}
.BgClassName
{
background-color: #B0FFEA;
}
</style>
border-color css
<style>
span { border-color: #B0FFEA; }
span { border-color: rgb(176,255,234); }
td.TdClassName
{
border-color: #B0FFEA;
}
.TagClassName
{
border-color: #B0FFEA;
}
</style>