Shades of Water Leaf #B2FFEA
Tints of Water Leaf #B2FFEA
RGB
CMYK
RGB Variations
Color information
#B2FFEA (or 0xB2FFEA) is known color: Water Leaf. HEX triplet: B2, FF and EA. RGB value is (178,255,234). Sum of RGB (Red+Green+Blue) = 178+255+234=667 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.69% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFEA is #4D0015. Grayscale: #E5E5E5. Windows color (decimal): -5046294 or 15400882. OLE color: 15400882.
HSL color Cylindrical-coordinate representation of color #B2FFEA: hue angle of 163.64º 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 #B2FFEA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 234 | - |
| CMYK | 0.30 | 0 | 0.08 | 0 |
| HSL | 163.64º | 1% | 0.85% | - |
| HSV(B) | 163.64º | 0.3% | 1% | - |
| XYZ | 68.97 | 86.93 | 90.99 | - |
| YUV | 229.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 234 | 0.30 | 0 | 0.08 | 0 | 163.64 | 1 | 0.85 |
| Hex | B2 | FF | EA | 1E | 0 | 8 | 0 | A4 | 64 | 55 |
| Octal | 262 | 377 | 352 | 36 | 0 | 10 | 0 | 244 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11101010 | 11110 | 0 | 1000 | 0 | 10100100 | 1100100 | 1010101 |
Color Harmonies of #B2FFEA
Complementary color
Monochromatic Colors of #B2FFEA
Black with #B2FFEA
Text Example
Text Example
White with #B2FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFEA; }
p { color: rgb(178,255,234); }
H1.HeaderClassName
{
color: #B2FFEA;
}
.AnyTagClassName
{
color: #B2FFEA;
}
</style>
background-color css
<style>
a { background-color: #B2FFEA; }
a { background-color: rgb(178,255,234); }
div.DivClassName
{
background-color: #B2FFEA;
}
.BgClassName
{
background-color: #B2FFEA;
}
</style>
border-color css
<style>
span { border-color: #B2FFEA; }
span { border-color: rgb(178,255,234); }
td.TdClassName
{
border-color: #B2FFEA;
}
.TagClassName
{
border-color: #B2FFEA;
}
</style>