Shades of Water Leaf #B5F2DB
Tints of Water Leaf #B5F2DB
RGB
CMYK
RGB Variations
Color information
#B5F2DB (or 0xB5F2DB) is known color: Water Leaf. HEX triplet: B5, F2 and DB. RGB value is (181,242,219). Sum of RGB (Red+Green+Blue) = 181+242+219=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2DB is #4A0D24. Grayscale: #DDDDDD. Windows color (decimal): -4853029 or 14414517. OLE color: 14414517.
HSL color Cylindrical-coordinate representation of color #B5F2DB: hue angle of 157.38º 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 #B5F2DB is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 219 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.05 |
| HSL | 157.38º | 0.7% | 0.83% | - |
| HSV(B) | 157.38º | 0.25% | 0.95% | - |
| XYZ | 63.59 | 78.44 | 78.81 | - |
| YUV | 221.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 219 | 0.25 | 0 | 0.10 | 0.05 | 157.38 | 0.7 | 0.83 |
| Hex | B5 | F2 | DB | 19 | 0 | A | 5 | 9D | 46 | 53 |
| Octal | 265 | 362 | 333 | 31 | 0 | 12 | 5 | 235 | 106 | 123 |
| Binary | 10110101 | 11110010 | 11011011 | 11001 | 0 | 1010 | 101 | 10011101 | 1000110 | 1010011 |
Color Harmonies of #B5F2DB
Complementary color
Monochromatic Colors of #B5F2DB
Black with #B5F2DB
Text Example
Text Example
White with #B5F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F2DB; }
p { color: rgb(181,242,219); }
H1.HeaderClassName
{
color: #B5F2DB;
}
.AnyTagClassName
{
color: #B5F2DB;
}
</style>
background-color css
<style>
a { background-color: #B5F2DB; }
a { background-color: rgb(181,242,219); }
div.DivClassName
{
background-color: #B5F2DB;
}
.BgClassName
{
background-color: #B5F2DB;
}
</style>
border-color css
<style>
span { border-color: #B5F2DB; }
span { border-color: rgb(181,242,219); }
td.TdClassName
{
border-color: #B5F2DB;
}
.TagClassName
{
border-color: #B5F2DB;
}
</style>