Shades of Water Leaf #B6F7E1
Tints of Water Leaf #B6F7E1
RGB
CMYK
RGB Variations
Color information
#B6F7E1 (or 0xB6F7E1) is known color: Water Leaf. HEX triplet: B6, F7 and E1. RGB value is (182,247,225). Sum of RGB (Red+Green+Blue) = 182+247+225=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F7E1 is #49081E. Grayscale: #E1E1E1. Windows color (decimal): -4786207 or 14809014. OLE color: 14809014.
HSL color Cylindrical-coordinate representation of color #B6F7E1: hue angle of 159.69º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F7E1 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 247 | 225 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.03 |
| HSL | 159.69º | 0.8% | 0.84% | - |
| HSV(B) | 159.69º | 0.26% | 0.97% | - |
| XYZ | 66.14 | 81.9 | 83.56 | - |
| YUV | 225.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 247 | 225 | 0.26 | 0 | 0.09 | 0.03 | 159.69 | 0.8 | 0.84 |
| Hex | B6 | F7 | E1 | 1A | 0 | 9 | 3 | A0 | 50 | 54 |
| Octal | 266 | 367 | 341 | 32 | 0 | 11 | 3 | 240 | 120 | 124 |
| Binary | 10110110 | 11110111 | 11100001 | 11010 | 0 | 1001 | 11 | 10100000 | 1010000 | 1010100 |
Color Harmonies of #B6F7E1
Complementary color
Monochromatic Colors of #B6F7E1
Black with #B6F7E1
Text Example
Text Example
White with #B6F7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F7E1; }
p { color: rgb(182,247,225); }
H1.HeaderClassName
{
color: #B6F7E1;
}
.AnyTagClassName
{
color: #B6F7E1;
}
</style>
background-color css
<style>
a { background-color: #B6F7E1; }
a { background-color: rgb(182,247,225); }
div.DivClassName
{
background-color: #B6F7E1;
}
.BgClassName
{
background-color: #B6F7E1;
}
</style>
border-color css
<style>
span { border-color: #B6F7E1; }
span { border-color: rgb(182,247,225); }
td.TdClassName
{
border-color: #B6F7E1;
}
.TagClassName
{
border-color: #B6F7E1;
}
</style>