Shades of Water Leaf #B0F5E5
Tints of Water Leaf #B0F5E5
RGB
CMYK
RGB Variations
Color information
#B0F5E5 (or 0xB0F5E5) is known color: Water Leaf. HEX triplet: B0, F5 and E5. RGB value is (176,245,229). Sum of RGB (Red+Green+Blue) = 176+245+229=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F5E5 is #4F0A1A. Grayscale: #DEDEDE. Windows color (decimal): -5179931 or 15070640. OLE color: 15070640.
HSL color Cylindrical-coordinate representation of color #B0F5E5: hue angle of 166.09º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F5E5 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 245 | 229 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.04 |
| HSL | 166.09º | 0.78% | 0.83% | - |
| HSV(B) | 166.09º | 0.28% | 0.96% | - |
| XYZ | 64.7 | 80.19 | 86.2 | - |
| YUV | 222.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 229 | 0.28 | 0 | 0.07 | 0.04 | 166.09 | 0.78 | 0.83 |
| Hex | B0 | F5 | E5 | 1C | 0 | 7 | 4 | A6 | 4E | 53 |
| Octal | 260 | 365 | 345 | 34 | 0 | 7 | 4 | 246 | 116 | 123 |
| Binary | 10110000 | 11110101 | 11100101 | 11100 | 0 | 111 | 100 | 10100110 | 1001110 | 1010011 |
Color Harmonies of #B0F5E5
Complementary color
Monochromatic Colors of #B0F5E5
Black with #B0F5E5
Text Example
Text Example
White with #B0F5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F5E5; }
p { color: rgb(176,245,229); }
H1.HeaderClassName
{
color: #B0F5E5;
}
.AnyTagClassName
{
color: #B0F5E5;
}
</style>
background-color css
<style>
a { background-color: #B0F5E5; }
a { background-color: rgb(176,245,229); }
div.DivClassName
{
background-color: #B0F5E5;
}
.BgClassName
{
background-color: #B0F5E5;
}
</style>
border-color css
<style>
span { border-color: #B0F5E5; }
span { border-color: rgb(176,245,229); }
td.TdClassName
{
border-color: #B0F5E5;
}
.TagClassName
{
border-color: #B0F5E5;
}
</style>