Shades of Water Leaf #B6FCEA
Tints of Water Leaf #B6FCEA
RGB
CMYK
RGB Variations
Color information
#B6FCEA (or 0xB6FCEA) is known color: Water Leaf. HEX triplet: B6, FC and EA. RGB value is (182,252,234). Sum of RGB (Red+Green+Blue) = 182+252+234=668 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.25% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FCEA is #490315. Grayscale: #E5E5E5. Windows color (decimal): -4784918 or 15400118. OLE color: 15400118.
HSL color Cylindrical-coordinate representation of color #B6FCEA: hue angle of 164.57º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FCEA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 252 | 234 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.01 |
| HSL | 164.57º | 0.92% | 0.85% | - |
| HSV(B) | 164.57º | 0.28% | 0.99% | - |
| XYZ | 68.95 | 85.51 | 90.71 | - |
| YUV | 229.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 252 | 234 | 0.28 | 0 | 0.07 | 0.01 | 164.57 | 0.92 | 0.85 |
| Hex | B6 | FC | EA | 1C | 0 | 7 | 1 | A5 | 5C | 55 |
| Octal | 266 | 374 | 352 | 34 | 0 | 7 | 1 | 245 | 134 | 125 |
| Binary | 10110110 | 11111100 | 11101010 | 11100 | 0 | 111 | 1 | 10100101 | 1011100 | 1010101 |
Color Harmonies of #B6FCEA
Complementary color
Monochromatic Colors of #B6FCEA
Black with #B6FCEA
Text Example
Text Example
White with #B6FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FCEA; }
p { color: rgb(182,252,234); }
H1.HeaderClassName
{
color: #B6FCEA;
}
.AnyTagClassName
{
color: #B6FCEA;
}
</style>
background-color css
<style>
a { background-color: #B6FCEA; }
a { background-color: rgb(182,252,234); }
div.DivClassName
{
background-color: #B6FCEA;
}
.BgClassName
{
background-color: #B6FCEA;
}
</style>
border-color css
<style>
span { border-color: #B6FCEA; }
span { border-color: rgb(182,252,234); }
td.TdClassName
{
border-color: #B6FCEA;
}
.TagClassName
{
border-color: #B6FCEA;
}
</style>