Shades of Water Leaf #B5F2E1
Tints of Water Leaf #B5F2E1
RGB
CMYK
RGB Variations
Color information
#B5F2E1 (or 0xB5F2E1) is known color: Water Leaf. HEX triplet: B5, F2 and E1. RGB value is (181,242,225). Sum of RGB (Red+Green+Blue) = 181+242+225=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2E1 is #4A0D1E. Grayscale: #DDDDDD. Windows color (decimal): -4853023 or 14807733. OLE color: 14807733.
HSL color Cylindrical-coordinate representation of color #B5F2E1: hue angle of 163.28º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F2E1 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 225 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.05 |
| HSL | 163.28º | 0.7% | 0.83% | - |
| HSV(B) | 163.28º | 0.25% | 0.95% | - |
| XYZ | 64.4 | 78.76 | 83.04 | - |
| YUV | 221.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 225 | 0.25 | 0 | 0.07 | 0.05 | 163.28 | 0.7 | 0.83 |
| Hex | B5 | F2 | E1 | 19 | 0 | 7 | 5 | A3 | 46 | 53 |
| Octal | 265 | 362 | 341 | 31 | 0 | 7 | 5 | 243 | 106 | 123 |
| Binary | 10110101 | 11110010 | 11100001 | 11001 | 0 | 111 | 101 | 10100011 | 1000110 | 1010011 |
Color Harmonies of #B5F2E1
Complementary color
Monochromatic Colors of #B5F2E1
Black with #B5F2E1
Text Example
Text Example
White with #B5F2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2E1; }
p { color: rgb(181,242,225); }
H1.HeaderClassName
{
color: #B5F2E1;
}
.AnyTagClassName
{
color: #B5F2E1;
}
</style>
background-color css
<style>
a { background-color: #B5F2E1; }
a { background-color: rgb(181,242,225); }
div.DivClassName
{
background-color: #B5F2E1;
}
.BgClassName
{
background-color: #B5F2E1;
}
</style>
border-color css
<style>
span { border-color: #B5F2E1; }
span { border-color: rgb(181,242,225); }
td.TdClassName
{
border-color: #B5F2E1;
}
.TagClassName
{
border-color: #B5F2E1;
}
</style>