Shades of Water Leaf #B5F3DF
Tints of Water Leaf #B5F3DF
RGB
CMYK
RGB Variations
Color information
#B5F3DF (or 0xB5F3DF) is known color: Water Leaf. HEX triplet: B5, F3 and DF. RGB value is (181,243,223). Sum of RGB (Red+Green+Blue) = 181+243+223=647 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.98% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F3DF is #4A0C20. Grayscale: #DEDEDE. Windows color (decimal): -4852769 or 14676917. OLE color: 14676917.
HSL color Cylindrical-coordinate representation of color #B5F3DF: hue angle of 160.65º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F3DF is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 223 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.05 |
| HSL | 160.65º | 0.72% | 0.83% | - |
| HSV(B) | 160.65º | 0.26% | 0.95% | - |
| XYZ | 64.43 | 79.25 | 81.71 | - |
| YUV | 222.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 223 | 0.26 | 0 | 0.08 | 0.05 | 160.65 | 0.72 | 0.83 |
| Hex | B5 | F3 | DF | 1A | 0 | 8 | 5 | A1 | 48 | 53 |
| Octal | 265 | 363 | 337 | 32 | 0 | 10 | 5 | 241 | 110 | 123 |
| Binary | 10110101 | 11110011 | 11011111 | 11010 | 0 | 1000 | 101 | 10100001 | 1001000 | 1010011 |
Color Harmonies of #B5F3DF
Complementary color
Monochromatic Colors of #B5F3DF
Black with #B5F3DF
Text Example
Text Example
White with #B5F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F3DF; }
p { color: rgb(181,243,223); }
H1.HeaderClassName
{
color: #B5F3DF;
}
.AnyTagClassName
{
color: #B5F3DF;
}
</style>
background-color css
<style>
a { background-color: #B5F3DF; }
a { background-color: rgb(181,243,223); }
div.DivClassName
{
background-color: #B5F3DF;
}
.BgClassName
{
background-color: #B5F3DF;
}
</style>
border-color css
<style>
span { border-color: #B5F3DF; }
span { border-color: rgb(181,243,223); }
td.TdClassName
{
border-color: #B5F3DF;
}
.TagClassName
{
border-color: #B5F3DF;
}
</style>