Shades of Water Leaf #B5EEDC
Tints of Water Leaf #B5EEDC
RGB
CMYK
RGB Variations
Color information
#B5EEDC (or 0xB5EEDC) is known color: Water Leaf. HEX triplet: B5, EE and DC. RGB value is (181,238,220). Sum of RGB (Red+Green+Blue) = 181+238+220=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEDC is #4A1123. Grayscale: #DADADA. Windows color (decimal): -4854052 or 14479029. OLE color: 14479029.
HSL color Cylindrical-coordinate representation of color #B5EEDC: hue angle of 161.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EEDC is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 220 | - |
CMYK | 0.24 | 0 | 0.08 | 0.07 |
HSL | 161.05º | 0.63% | 0.82% | - |
HSV(B) | 161.05º | 0.24% | 0.93% | - |
XYZ | 62.55 | 76.14 | 79.11 | - |
YUV | 218.91 | 128.62 | 100.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 220 | 0.24 | 0 | 0.08 | 0.07 | 161.05 | 0.63 | 0.82 |
Hex | B5 | EE | DC | 18 | 0 | 8 | 7 | A1 | 3F | 52 |
Octal | 265 | 356 | 334 | 30 | 0 | 10 | 7 | 241 | 77 | 122 |
Binary | 10110101 | 11101110 | 11011100 | 11000 | 0 | 1000 | 111 | 10100001 | 111111 | 1010010 |
Color Harmonies of #B5EEDC
Complementary color
Monochromatic Colors of #B5EEDC
Black with #B5EEDC
Text Example
Text Example
White with #B5EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEDC; }
p { color: rgb(181,238,220); }
H1.HeaderClassName
{
color: #B5EEDC;
}
.AnyTagClassName
{
color: #B5EEDC;
}
</style>
background-color css
<style>
a { background-color: #B5EEDC; }
a { background-color: rgb(181,238,220); }
div.DivClassName
{
background-color: #B5EEDC;
}
.BgClassName
{
background-color: #B5EEDC;
}
</style>
border-color css
<style>
span { border-color: #B5EEDC; }
span { border-color: rgb(181,238,220); }
td.TdClassName
{
border-color: #B5EEDC;
}
.TagClassName
{
border-color: #B5EEDC;
}
</style>