Shades of Water Leaf #B6EFE4
Tints of Water Leaf #B6EFE4
RGB
CMYK
RGB Variations
Color information
#B6EFE4 (or 0xB6EFE4) is known color: Water Leaf. HEX triplet: B6, EF and E4. RGB value is (182,239,228). Sum of RGB (Red+Green+Blue) = 182+239+228=649 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.04% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFE4 is #49101B. Grayscale: #DCDCDC. Windows color (decimal): -4788252 or 15003574. OLE color: 15003574.
HSL color Cylindrical-coordinate representation of color #B6EFE4: hue angle of 168.42º 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 #B6EFE4 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 239 | 228 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.06 |
| HSL | 168.42º | 0.64% | 0.83% | - |
| HSV(B) | 168.42º | 0.24% | 0.94% | - |
| XYZ | 64.16 | 77.28 | 84.93 | - |
| YUV | 220.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 239 | 228 | 0.24 | 0 | 0.05 | 0.06 | 168.42 | 0.64 | 0.83 |
| Hex | B6 | EF | E4 | 18 | 0 | 5 | 6 | A8 | 40 | 53 |
| Octal | 266 | 357 | 344 | 30 | 0 | 5 | 6 | 250 | 100 | 123 |
| Binary | 10110110 | 11101111 | 11100100 | 11000 | 0 | 101 | 110 | 10101000 | 1000000 | 1010011 |
Color Harmonies of #B6EFE4
Complementary color
Monochromatic Colors of #B6EFE4
Black with #B6EFE4
Text Example
Text Example
White with #B6EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EFE4; }
p { color: rgb(182,239,228); }
H1.HeaderClassName
{
color: #B6EFE4;
}
.AnyTagClassName
{
color: #B6EFE4;
}
</style>
background-color css
<style>
a { background-color: #B6EFE4; }
a { background-color: rgb(182,239,228); }
div.DivClassName
{
background-color: #B6EFE4;
}
.BgClassName
{
background-color: #B6EFE4;
}
</style>
border-color css
<style>
span { border-color: #B6EFE4; }
span { border-color: rgb(182,239,228); }
td.TdClassName
{
border-color: #B6EFE4;
}
.TagClassName
{
border-color: #B6EFE4;
}
</style>