Shades of Water Leaf #B7F1E0
Tints of Water Leaf #B7F1E0
RGB
CMYK
RGB Variations
Color information
#B7F1E0 (or 0xB7F1E0) is known color: Water Leaf. HEX triplet: B7, F1 and E0. RGB value is (183,241,224). Sum of RGB (Red+Green+Blue) = 183+241+224=648 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.24% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1E0 is #480E1F. Grayscale: #DDDDDD. Windows color (decimal): -4722208 or 14741943. OLE color: 14741943.
HSL color Cylindrical-coordinate representation of color #B7F1E0: hue angle of 162.41º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F1E0 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 241 | 224 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.05 |
| HSL | 162.41º | 0.67% | 0.83% | - |
| HSV(B) | 162.41º | 0.24% | 0.95% | - |
| XYZ | 64.44 | 78.36 | 82.25 | - |
| YUV | 221.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 241 | 224 | 0.24 | 0 | 0.07 | 0.05 | 162.41 | 0.67 | 0.83 |
| Hex | B7 | F1 | E0 | 18 | 0 | 7 | 5 | A2 | 43 | 53 |
| Octal | 267 | 361 | 340 | 30 | 0 | 7 | 5 | 242 | 103 | 123 |
| Binary | 10110111 | 11110001 | 11100000 | 11000 | 0 | 111 | 101 | 10100010 | 1000011 | 1010011 |
Color Harmonies of #B7F1E0
Complementary color
Monochromatic Colors of #B7F1E0
Black with #B7F1E0
Text Example
Text Example
White with #B7F1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F1E0; }
p { color: rgb(183,241,224); }
H1.HeaderClassName
{
color: #B7F1E0;
}
.AnyTagClassName
{
color: #B7F1E0;
}
</style>
background-color css
<style>
a { background-color: #B7F1E0; }
a { background-color: rgb(183,241,224); }
div.DivClassName
{
background-color: #B7F1E0;
}
.BgClassName
{
background-color: #B7F1E0;
}
</style>
border-color css
<style>
span { border-color: #B7F1E0; }
span { border-color: rgb(183,241,224); }
td.TdClassName
{
border-color: #B7F1E0;
}
.TagClassName
{
border-color: #B7F1E0;
}
</style>