Shades of Water Leaf #B6F1DB
Tints of Water Leaf #B6F1DB
RGB
CMYK
RGB Variations
Color information
#B6F1DB (or 0xB6F1DB) is known color: Water Leaf. HEX triplet: B6, F1 and DB. RGB value is (182,241,219). Sum of RGB (Red+Green+Blue) = 182+241+219=642 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.35% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F1DB is #490E24. Grayscale: #DCDCDC. Windows color (decimal): -4787749 or 14414262. OLE color: 14414262.
HSL color Cylindrical-coordinate representation of color #B6F1DB: hue angle of 157.63º degrees, saturation: 0.68, 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 #B6F1DB is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 241 | 219 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.05 |
| HSL | 157.63º | 0.68% | 0.83% | - |
| HSV(B) | 157.63º | 0.24% | 0.95% | - |
| XYZ | 63.53 | 77.97 | 78.72 | - |
| YUV | 220.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 241 | 219 | 0.24 | 0 | 0.09 | 0.05 | 157.63 | 0.68 | 0.83 |
| Hex | B6 | F1 | DB | 18 | 0 | 9 | 5 | 9E | 44 | 53 |
| Octal | 266 | 361 | 333 | 30 | 0 | 11 | 5 | 236 | 104 | 123 |
| Binary | 10110110 | 11110001 | 11011011 | 11000 | 0 | 1001 | 101 | 10011110 | 1000100 | 1010011 |
Color Harmonies of #B6F1DB
Complementary color
Monochromatic Colors of #B6F1DB
Black with #B6F1DB
Text Example
Text Example
White with #B6F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F1DB; }
p { color: rgb(182,241,219); }
H1.HeaderClassName
{
color: #B6F1DB;
}
.AnyTagClassName
{
color: #B6F1DB;
}
</style>
background-color css
<style>
a { background-color: #B6F1DB; }
a { background-color: rgb(182,241,219); }
div.DivClassName
{
background-color: #B6F1DB;
}
.BgClassName
{
background-color: #B6F1DB;
}
</style>
border-color css
<style>
span { border-color: #B6F1DB; }
span { border-color: rgb(182,241,219); }
td.TdClassName
{
border-color: #B6F1DB;
}
.TagClassName
{
border-color: #B6F1DB;
}
</style>