Shades of Water Leaf #B7F0E2
Tints of Water Leaf #B7F0E2
RGB
CMYK
RGB Variations
Color information
#B7F0E2 (or 0xB7F0E2) is known color: Water Leaf. HEX triplet: B7, F0 and E2. RGB value is (183,240,226). Sum of RGB (Red+Green+Blue) = 183+240+226=649 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.20% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0E2 is #480F1D. Grayscale: #DDDDDD. Windows color (decimal): -4722462 or 14872759. OLE color: 14872759.
HSL color Cylindrical-coordinate representation of color #B7F0E2: hue angle of 165.26º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F0E2 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 240 | 226 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.06 |
| HSL | 165.26º | 0.66% | 0.83% | - |
| HSV(B) | 165.26º | 0.24% | 0.94% | - |
| XYZ | 64.42 | 77.88 | 83.59 | - |
| YUV | 221.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 240 | 226 | 0.24 | 0 | 0.06 | 0.06 | 165.26 | 0.66 | 0.83 |
| Hex | B7 | F0 | E2 | 18 | 0 | 6 | 6 | A5 | 42 | 53 |
| Octal | 267 | 360 | 342 | 30 | 0 | 6 | 6 | 245 | 102 | 123 |
| Binary | 10110111 | 11110000 | 11100010 | 11000 | 0 | 110 | 110 | 10100101 | 1000010 | 1010011 |
Color Harmonies of #B7F0E2
Complementary color
Monochromatic Colors of #B7F0E2
Black with #B7F0E2
Text Example
Text Example
White with #B7F0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F0E2; }
p { color: rgb(183,240,226); }
H1.HeaderClassName
{
color: #B7F0E2;
}
.AnyTagClassName
{
color: #B7F0E2;
}
</style>
background-color css
<style>
a { background-color: #B7F0E2; }
a { background-color: rgb(183,240,226); }
div.DivClassName
{
background-color: #B7F0E2;
}
.BgClassName
{
background-color: #B7F0E2;
}
</style>
border-color css
<style>
span { border-color: #B7F0E2; }
span { border-color: rgb(183,240,226); }
td.TdClassName
{
border-color: #B7F0E2;
}
.TagClassName
{
border-color: #B7F0E2;
}
</style>