Shades of Water Leaf #B5F1DF
Tints of Water Leaf #B5F1DF
RGB
CMYK
RGB Variations
Color information
#B5F1DF (or 0xB5F1DF) is known color: Water Leaf. HEX triplet: B5, F1 and DF. RGB value is (181,241,223). Sum of RGB (Red+Green+Blue) = 181+241+223=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1DF is #4A0E20. Grayscale: #DDDDDD. Windows color (decimal): -4853281 or 14676405. OLE color: 14676405.
HSL color Cylindrical-coordinate representation of color #B5F1DF: hue angle of 162º degrees, saturation: 0.68, 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 #B5F1DF is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 241 | 223 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.05 |
| HSL | 162º | 0.68% | 0.83% | - |
| HSV(B) | 162º | 0.25% | 0.95% | - |
| XYZ | 63.83 | 78.06 | 81.52 | - |
| YUV | 221.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 241 | 223 | 0.25 | 0 | 0.07 | 0.05 | 162 | 0.68 | 0.83 |
| Hex | B5 | F1 | DF | 19 | 0 | 7 | 5 | A2 | 44 | 53 |
| Octal | 265 | 361 | 337 | 31 | 0 | 7 | 5 | 242 | 104 | 123 |
| Binary | 10110101 | 11110001 | 11011111 | 11001 | 0 | 111 | 101 | 10100010 | 1000100 | 1010011 |
Color Harmonies of #B5F1DF
Complementary color
Monochromatic Colors of #B5F1DF
Black with #B5F1DF
Text Example
Text Example
White with #B5F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F1DF; }
p { color: rgb(181,241,223); }
H1.HeaderClassName
{
color: #B5F1DF;
}
.AnyTagClassName
{
color: #B5F1DF;
}
</style>
background-color css
<style>
a { background-color: #B5F1DF; }
a { background-color: rgb(181,241,223); }
div.DivClassName
{
background-color: #B5F1DF;
}
.BgClassName
{
background-color: #B5F1DF;
}
</style>
border-color css
<style>
span { border-color: #B5F1DF; }
span { border-color: rgb(181,241,223); }
td.TdClassName
{
border-color: #B5F1DF;
}
.TagClassName
{
border-color: #B5F1DF;
}
</style>