Shades of Water Leaf #B6F2E8
Tints of Water Leaf #B6F2E8
RGB
CMYK
RGB Variations
Color information
#B6F2E8 (or 0xB6F2E8) is known color: Water Leaf. HEX triplet: B6, F2 and E8. RGB value is (182,242,232). Sum of RGB (Red+Green+Blue) = 182+242+232=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F2E8 is #490D17. Grayscale: #DEDEDE. Windows color (decimal): -4787480 or 15266486. OLE color: 15266486.
HSL color Cylindrical-coordinate representation of color #B6F2E8: hue angle of 170º 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 #B6F2E8 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 232 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.05 |
| HSL | 170º | 0.7% | 0.83% | - |
| HSV(B) | 170º | 0.25% | 0.95% | - |
| XYZ | 65.61 | 79.28 | 88.19 | - |
| YUV | 222.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 232 | 0.25 | 0 | 0.04 | 0.05 | 170 | 0.7 | 0.83 |
| Hex | B6 | F2 | E8 | 19 | 0 | 4 | 5 | AA | 46 | 53 |
| Octal | 266 | 362 | 350 | 31 | 0 | 4 | 5 | 252 | 106 | 123 |
| Binary | 10110110 | 11110010 | 11101000 | 11001 | 0 | 100 | 101 | 10101010 | 1000110 | 1010011 |
Color Harmonies of #B6F2E8
Complementary color
Monochromatic Colors of #B6F2E8
Black with #B6F2E8
Text Example
Text Example
White with #B6F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F2E8; }
p { color: rgb(182,242,232); }
H1.HeaderClassName
{
color: #B6F2E8;
}
.AnyTagClassName
{
color: #B6F2E8;
}
</style>
background-color css
<style>
a { background-color: #B6F2E8; }
a { background-color: rgb(182,242,232); }
div.DivClassName
{
background-color: #B6F2E8;
}
.BgClassName
{
background-color: #B6F2E8;
}
</style>
border-color css
<style>
span { border-color: #B6F2E8; }
span { border-color: rgb(182,242,232); }
td.TdClassName
{
border-color: #B6F2E8;
}
.TagClassName
{
border-color: #B6F2E8;
}
</style>