Shades of Water Leaf #B6EDE0
Tints of Water Leaf #B6EDE0
RGB
CMYK
RGB Variations
Color information
#B6EDE0 (or 0xB6EDE0) is known color: Water Leaf. HEX triplet: B6, ED and E0. RGB value is (182,237,224). Sum of RGB (Red+Green+Blue) = 182+237+224=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDE0 is #49121F. Grayscale: #DBDBDB. Windows color (decimal): -4788768 or 14740918. OLE color: 14740918.
HSL color Cylindrical-coordinate representation of color #B6EDE0: hue angle of 165.82º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EDE0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 237 | 224 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.07 |
| HSL | 165.82º | 0.6% | 0.82% | - |
| HSV(B) | 165.82º | 0.23% | 0.93% | - |
| XYZ | 63.03 | 75.9 | 81.85 | - |
| YUV | 219.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 237 | 224 | 0.23 | 0 | 0.05 | 0.07 | 165.82 | 0.6 | 0.82 |
| Hex | B6 | ED | E0 | 17 | 0 | 5 | 7 | A6 | 3C | 52 |
| Octal | 266 | 355 | 340 | 27 | 0 | 5 | 7 | 246 | 74 | 122 |
| Binary | 10110110 | 11101101 | 11100000 | 10111 | 0 | 101 | 111 | 10100110 | 111100 | 1010010 |
Color Harmonies of #B6EDE0
Complementary color
Monochromatic Colors of #B6EDE0
Black with #B6EDE0
Text Example
Text Example
White with #B6EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDE0; }
p { color: rgb(182,237,224); }
H1.HeaderClassName
{
color: #B6EDE0;
}
.AnyTagClassName
{
color: #B6EDE0;
}
</style>
background-color css
<style>
a { background-color: #B6EDE0; }
a { background-color: rgb(182,237,224); }
div.DivClassName
{
background-color: #B6EDE0;
}
.BgClassName
{
background-color: #B6EDE0;
}
</style>
border-color css
<style>
span { border-color: #B6EDE0; }
span { border-color: rgb(182,237,224); }
td.TdClassName
{
border-color: #B6EDE0;
}
.TagClassName
{
border-color: #B6EDE0;
}
</style>