Shades of Water Leaf #B6F4EA
Tints of Water Leaf #B6F4EA
RGB
CMYK
RGB Variations
Color information
#B6F4EA (or 0xB6F4EA) is known color: Water Leaf. HEX triplet: B6, F4 and EA. RGB value is (182,244,234). Sum of RGB (Red+Green+Blue) = 182+244+234=660 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.58% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F4EA is #490B15. Grayscale: #E0E0E0. Windows color (decimal): -4786966 or 15398070. OLE color: 15398070.
HSL color Cylindrical-coordinate representation of color #B6F4EA: hue angle of 170.32º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F4EA is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 244 | 234 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.04 |
| HSL | 170.32º | 0.74% | 0.84% | - |
| HSV(B) | 170.32º | 0.25% | 0.96% | - |
| XYZ | 66.49 | 80.59 | 89.89 | - |
| YUV | 224.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 244 | 234 | 0.25 | 0 | 0.04 | 0.04 | 170.32 | 0.74 | 0.84 |
| Hex | B6 | F4 | EA | 19 | 0 | 4 | 4 | AA | 4A | 54 |
| Octal | 266 | 364 | 352 | 31 | 0 | 4 | 4 | 252 | 112 | 124 |
| Binary | 10110110 | 11110100 | 11101010 | 11001 | 0 | 100 | 100 | 10101010 | 1001010 | 1010100 |
Color Harmonies of #B6F4EA
Complementary color
Monochromatic Colors of #B6F4EA
Black with #B6F4EA
Text Example
Text Example
White with #B6F4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F4EA; }
p { color: rgb(182,244,234); }
H1.HeaderClassName
{
color: #B6F4EA;
}
.AnyTagClassName
{
color: #B6F4EA;
}
</style>
background-color css
<style>
a { background-color: #B6F4EA; }
a { background-color: rgb(182,244,234); }
div.DivClassName
{
background-color: #B6F4EA;
}
.BgClassName
{
background-color: #B6F4EA;
}
</style>
border-color css
<style>
span { border-color: #B6F4EA; }
span { border-color: rgb(182,244,234); }
td.TdClassName
{
border-color: #B6F4EA;
}
.TagClassName
{
border-color: #B6F4EA;
}
</style>