Shades of Water Leaf #B6EFE5
Tints of Water Leaf #B6EFE5
RGB
CMYK
RGB Variations
Color information
#B6EFE5 (or 0xB6EFE5) is known color: Water Leaf. HEX triplet: B6, EF and E5. RGB value is (182,239,229). Sum of RGB (Red+Green+Blue) = 182+239+229=650 (86% of max value = 765). Red value is 182 (71.48% from 255 or 28% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFE5 is #49101A. Grayscale: #DCDCDC. Windows color (decimal): -4788251 or 15069110. OLE color: 15069110.
HSL color Cylindrical-coordinate representation of color #B6EFE5: hue angle of 169.47º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EFE5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 239 | 229 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.06 |
| HSL | 169.47º | 0.64% | 0.83% | - |
| HSV(B) | 169.47º | 0.24% | 0.94% | - |
| XYZ | 64.3 | 77.34 | 85.67 | - |
| YUV | 220.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 239 | 229 | 0.24 | 0 | 0.04 | 0.06 | 169.47 | 0.64 | 0.83 |
| Hex | B6 | EF | E5 | 18 | 0 | 4 | 6 | A9 | 40 | 53 |
| Octal | 266 | 357 | 345 | 30 | 0 | 4 | 6 | 251 | 100 | 123 |
| Binary | 10110110 | 11101111 | 11100101 | 11000 | 0 | 100 | 110 | 10101001 | 1000000 | 1010011 |
Color Harmonies of #B6EFE5
Complementary color
Monochromatic Colors of #B6EFE5
Black with #B6EFE5
Text Example
Text Example
White with #B6EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EFE5; }
p { color: rgb(182,239,229); }
H1.HeaderClassName
{
color: #B6EFE5;
}
.AnyTagClassName
{
color: #B6EFE5;
}
</style>
background-color css
<style>
a { background-color: #B6EFE5; }
a { background-color: rgb(182,239,229); }
div.DivClassName
{
background-color: #B6EFE5;
}
.BgClassName
{
background-color: #B6EFE5;
}
</style>
border-color css
<style>
span { border-color: #B6EFE5; }
span { border-color: rgb(182,239,229); }
td.TdClassName
{
border-color: #B6EFE5;
}
.TagClassName
{
border-color: #B6EFE5;
}
</style>