Shades of Water Leaf #B3F6E2
Tints of Water Leaf #B3F6E2
RGB
CMYK
RGB Variations
Color information
#B3F6E2 (or 0xB3F6E2) is known color: Water Leaf. HEX triplet: B3, F6 and E2. RGB value is (179,246,226). Sum of RGB (Red+Green+Blue) = 179+246+226=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6E2 is #4C091D. Grayscale: #DFDFDF. Windows color (decimal): -4983070 or 14874291. OLE color: 14874291.
HSL color Cylindrical-coordinate representation of color #B3F6E2: hue angle of 162.09º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F6E2 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 246 | 226 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.04 |
| HSL | 162.09º | 0.79% | 0.83% | - |
| HSV(B) | 162.09º | 0.27% | 0.96% | - |
| XYZ | 65.27 | 80.99 | 84.14 | - |
| YUV | 223.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 246 | 226 | 0.27 | 0 | 0.08 | 0.04 | 162.09 | 0.79 | 0.83 |
| Hex | B3 | F6 | E2 | 1B | 0 | 8 | 4 | A2 | 4F | 53 |
| Octal | 263 | 366 | 342 | 33 | 0 | 10 | 4 | 242 | 117 | 123 |
| Binary | 10110011 | 11110110 | 11100010 | 11011 | 0 | 1000 | 100 | 10100010 | 1001111 | 1010011 |
Color Harmonies of #B3F6E2
Complementary color
Monochromatic Colors of #B3F6E2
Black with #B3F6E2
Text Example
Text Example
White with #B3F6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F6E2; }
p { color: rgb(179,246,226); }
H1.HeaderClassName
{
color: #B3F6E2;
}
.AnyTagClassName
{
color: #B3F6E2;
}
</style>
background-color css
<style>
a { background-color: #B3F6E2; }
a { background-color: rgb(179,246,226); }
div.DivClassName
{
background-color: #B3F6E2;
}
.BgClassName
{
background-color: #B3F6E2;
}
</style>
border-color css
<style>
span { border-color: #B3F6E2; }
span { border-color: rgb(179,246,226); }
td.TdClassName
{
border-color: #B3F6E2;
}
.TagClassName
{
border-color: #B3F6E2;
}
</style>