Shades of Water Leaf #B6F2DC
Tints of Water Leaf #B6F2DC
RGB
CMYK
RGB Variations
Color information
#B6F2DC (or 0xB6F2DC) is known color: Water Leaf. HEX triplet: B6, F2 and DC. RGB value is (182,242,220). Sum of RGB (Red+Green+Blue) = 182+242+220=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F2DC is #490D23. Grayscale: #DDDDDD. Windows color (decimal): -4787492 or 14480054. OLE color: 14480054.
HSL color Cylindrical-coordinate representation of color #B6F2DC: hue angle of 158º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F2DC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 220 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.05 |
| HSL | 158º | 0.7% | 0.83% | - |
| HSV(B) | 158º | 0.25% | 0.95% | - |
| XYZ | 63.96 | 78.62 | 79.51 | - |
| YUV | 221.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 220 | 0.25 | 0 | 0.09 | 0.05 | 158 | 0.7 | 0.83 |
| Hex | B6 | F2 | DC | 19 | 0 | 9 | 5 | 9E | 46 | 53 |
| Octal | 266 | 362 | 334 | 31 | 0 | 11 | 5 | 236 | 106 | 123 |
| Binary | 10110110 | 11110010 | 11011100 | 11001 | 0 | 1001 | 101 | 10011110 | 1000110 | 1010011 |
Color Harmonies of #B6F2DC
Complementary color
Monochromatic Colors of #B6F2DC
Black with #B6F2DC
Text Example
Text Example
White with #B6F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F2DC; }
p { color: rgb(182,242,220); }
H1.HeaderClassName
{
color: #B6F2DC;
}
.AnyTagClassName
{
color: #B6F2DC;
}
</style>
background-color css
<style>
a { background-color: #B6F2DC; }
a { background-color: rgb(182,242,220); }
div.DivClassName
{
background-color: #B6F2DC;
}
.BgClassName
{
background-color: #B6F2DC;
}
</style>
border-color css
<style>
span { border-color: #B6F2DC; }
span { border-color: rgb(182,242,220); }
td.TdClassName
{
border-color: #B6F2DC;
}
.TagClassName
{
border-color: #B6F2DC;
}
</style>