Shades of Water Leaf #B5EFDC
Tints of Water Leaf #B5EFDC
RGB
CMYK
RGB Variations
Color information
#B5EFDC (or 0xB5EFDC) is known color: Water Leaf. HEX triplet: B5, EF and DC. RGB value is (181,239,220). Sum of RGB (Red+Green+Blue) = 181+239+220=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFDC is #4A1023. Grayscale: #DBDBDB. Windows color (decimal): -4853796 or 14479285. OLE color: 14479285.
HSL color Cylindrical-coordinate representation of color #B5EFDC: hue angle of 160.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFDC is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 239 | 220 | - |
CMYK | 0.24 | 0 | 0.08 | 0.06 |
HSL | 160.34º | 0.64% | 0.82% | - |
HSV(B) | 160.34º | 0.24% | 0.94% | - |
XYZ | 62.84 | 76.72 | 79.21 | - |
YUV | 219.49 | 128.28 | 100.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 239 | 220 | 0.24 | 0 | 0.08 | 0.06 | 160.34 | 0.64 | 0.82 |
Hex | B5 | EF | DC | 18 | 0 | 8 | 6 | A0 | 40 | 52 |
Octal | 265 | 357 | 334 | 30 | 0 | 10 | 6 | 240 | 100 | 122 |
Binary | 10110101 | 11101111 | 11011100 | 11000 | 0 | 1000 | 110 | 10100000 | 1000000 | 1010010 |
Color Harmonies of #B5EFDC
Complementary color
Monochromatic Colors of #B5EFDC
Black with #B5EFDC
Text Example
Text Example
White with #B5EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFDC; }
p { color: rgb(181,239,220); }
H1.HeaderClassName
{
color: #B5EFDC;
}
.AnyTagClassName
{
color: #B5EFDC;
}
</style>
background-color css
<style>
a { background-color: #B5EFDC; }
a { background-color: rgb(181,239,220); }
div.DivClassName
{
background-color: #B5EFDC;
}
.BgClassName
{
background-color: #B5EFDC;
}
</style>
border-color css
<style>
span { border-color: #B5EFDC; }
span { border-color: rgb(181,239,220); }
td.TdClassName
{
border-color: #B5EFDC;
}
.TagClassName
{
border-color: #B5EFDC;
}
</style>