Shades of Water Leaf #B6F8EA
Tints of Water Leaf #B6F8EA
RGB
CMYK
RGB Variations
Color information
#B6F8EA (or 0xB6F8EA) is known color: Water Leaf. HEX triplet: B6, F8 and EA. RGB value is (182,248,234). Sum of RGB (Red+Green+Blue) = 182+248+234=664 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.41% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8EA is #490715. Grayscale: #E2E2E2. Windows color (decimal): -4785942 or 15399094. OLE color: 15399094.
HSL color Cylindrical-coordinate representation of color #B6F8EA: hue angle of 167.27º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F8EA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 248 | 234 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.03 |
| HSL | 167.27º | 0.83% | 0.84% | - |
| HSV(B) | 167.27º | 0.27% | 0.97% | - |
| XYZ | 67.71 | 83.02 | 90.3 | - |
| YUV | 226.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 248 | 234 | 0.27 | 0 | 0.06 | 0.03 | 167.27 | 0.83 | 0.84 |
| Hex | B6 | F8 | EA | 1B | 0 | 6 | 3 | A7 | 52 | 54 |
| Octal | 266 | 370 | 352 | 33 | 0 | 6 | 3 | 247 | 122 | 124 |
| Binary | 10110110 | 11111000 | 11101010 | 11011 | 0 | 110 | 11 | 10100111 | 1010010 | 1010100 |
Color Harmonies of #B6F8EA
Complementary color
Monochromatic Colors of #B6F8EA
Black with #B6F8EA
Text Example
Text Example
White with #B6F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F8EA; }
p { color: rgb(182,248,234); }
H1.HeaderClassName
{
color: #B6F8EA;
}
.AnyTagClassName
{
color: #B6F8EA;
}
</style>
background-color css
<style>
a { background-color: #B6F8EA; }
a { background-color: rgb(182,248,234); }
div.DivClassName
{
background-color: #B6F8EA;
}
.BgClassName
{
background-color: #B6F8EA;
}
</style>
border-color css
<style>
span { border-color: #B6F8EA; }
span { border-color: rgb(182,248,234); }
td.TdClassName
{
border-color: #B6F8EA;
}
.TagClassName
{
border-color: #B6F8EA;
}
</style>