Shades of Water Leaf #B5F5DB
Tints of Water Leaf #B5F5DB
RGB
CMYK
RGB Variations
Color information
#B5F5DB (or 0xB5F5DB) is known color: Water Leaf. HEX triplet: B5, F5 and DB. RGB value is (181,245,219). Sum of RGB (Red+Green+Blue) = 181+245+219=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F5DB is #4A0A24. Grayscale: #DEDEDE. Windows color (decimal): -4852261 or 14415285. OLE color: 14415285.
HSL color Cylindrical-coordinate representation of color #B5F5DB: hue angle of 155.62º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F5DB is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 181 | 245 | 219 | - |
CMYK | 0.26 | 0 | 0.11 | 0.04 |
HSL | 155.63º | 0.76% | 0.84% | - |
HSV(B) | 155.63º | 0.26% | 0.96% | - |
XYZ | 64.49 | 80.24 | 79.11 | - |
YUV | 222.9 | 125.8 | 98.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 245 | 219 | 0.26 | 0 | 0.11 | 0.04 | 155.63 | 0.76 | 0.84 |
Hex | B5 | F5 | DB | 1A | 0 | B | 4 | 9C | 4C | 54 |
Octal | 265 | 365 | 333 | 32 | 0 | 13 | 4 | 234 | 114 | 124 |
Binary | 10110101 | 11110101 | 11011011 | 11010 | 0 | 1011 | 100 | 10011100 | 1001100 | 1010100 |
Color Harmonies of #B5F5DB
Complementary color
Monochromatic Colors of #B5F5DB
Black with #B5F5DB
Text Example
Text Example
White with #B5F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F5DB; }
p { color: rgb(181,245,219); }
H1.HeaderClassName
{
color: #B5F5DB;
}
.AnyTagClassName
{
color: #B5F5DB;
}
</style>
background-color css
<style>
a { background-color: #B5F5DB; }
a { background-color: rgb(181,245,219); }
div.DivClassName
{
background-color: #B5F5DB;
}
.BgClassName
{
background-color: #B5F5DB;
}
</style>
border-color css
<style>
span { border-color: #B5F5DB; }
span { border-color: rgb(181,245,219); }
td.TdClassName
{
border-color: #B5F5DB;
}
.TagClassName
{
border-color: #B5F5DB;
}
</style>