Shades of Water Leaf #B0F0DD
Tints of Water Leaf #B0F0DD
RGB
CMYK
RGB Variations
Color information
#B0F0DD (or 0xB0F0DD) is known color: Water Leaf. HEX triplet: B0, F0 and DD. RGB value is (176,240,221). Sum of RGB (Red+Green+Blue) = 176+240+221=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0DD is #4F0F22. Grayscale: #DADADA. Windows color (decimal): -5181219 or 14545072. OLE color: 14545072.
HSL color Cylindrical-coordinate representation of color #B0F0DD: hue angle of 162.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0DD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 221 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.06 |
| HSL | 162.19º | 0.68% | 0.82% | - |
| HSV(B) | 162.19º | 0.27% | 0.94% | - |
| XYZ | 62.12 | 76.77 | 79.95 | - |
| YUV | 218.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 221 | 0.27 | 0 | 0.08 | 0.06 | 162.19 | 0.68 | 0.82 |
| Hex | B0 | F0 | DD | 1B | 0 | 8 | 6 | A2 | 44 | 52 |
| Octal | 260 | 360 | 335 | 33 | 0 | 10 | 6 | 242 | 104 | 122 |
| Binary | 10110000 | 11110000 | 11011101 | 11011 | 0 | 1000 | 110 | 10100010 | 1000100 | 1010010 |
Color Harmonies of #B0F0DD
Complementary color
Monochromatic Colors of #B0F0DD
Black with #B0F0DD
Text Example
Text Example
White with #B0F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0DD; }
p { color: rgb(176,240,221); }
H1.HeaderClassName
{
color: #B0F0DD;
}
.AnyTagClassName
{
color: #B0F0DD;
}
</style>
background-color css
<style>
a { background-color: #B0F0DD; }
a { background-color: rgb(176,240,221); }
div.DivClassName
{
background-color: #B0F0DD;
}
.BgClassName
{
background-color: #B0F0DD;
}
</style>
border-color css
<style>
span { border-color: #B0F0DD; }
span { border-color: rgb(176,240,221); }
td.TdClassName
{
border-color: #B0F0DD;
}
.TagClassName
{
border-color: #B0F0DD;
}
</style>