Shades of Water Leaf #B0F6DD
Tints of Water Leaf #B0F6DD
RGB
CMYK
RGB Variations
Color information
#B0F6DD (or 0xB0F6DD) is known color: Water Leaf. HEX triplet: B0, F6 and DD. RGB value is (176,246,221). Sum of RGB (Red+Green+Blue) = 176+246+221=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F6DD is #4F0922. Grayscale: #DEDEDE. Windows color (decimal): -5179683 or 14546608. OLE color: 14546608.
HSL color Cylindrical-coordinate representation of color #B0F6DD: hue angle of 158.57º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F6DD is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 221 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.04 |
| HSL | 158.57º | 0.8% | 0.83% | - |
| HSV(B) | 158.57º | 0.28% | 0.96% | - |
| XYZ | 63.91 | 80.36 | 80.55 | - |
| YUV | 222.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 221 | 0.28 | 0 | 0.10 | 0.04 | 158.57 | 0.8 | 0.83 |
| Hex | B0 | F6 | DD | 1C | 0 | A | 4 | 9F | 50 | 53 |
| Octal | 260 | 366 | 335 | 34 | 0 | 12 | 4 | 237 | 120 | 123 |
| Binary | 10110000 | 11110110 | 11011101 | 11100 | 0 | 1010 | 100 | 10011111 | 1010000 | 1010011 |
Color Harmonies of #B0F6DD
Complementary color
Monochromatic Colors of #B0F6DD
Black with #B0F6DD
Text Example
Text Example
White with #B0F6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F6DD; }
p { color: rgb(176,246,221); }
H1.HeaderClassName
{
color: #B0F6DD;
}
.AnyTagClassName
{
color: #B0F6DD;
}
</style>
background-color css
<style>
a { background-color: #B0F6DD; }
a { background-color: rgb(176,246,221); }
div.DivClassName
{
background-color: #B0F6DD;
}
.BgClassName
{
background-color: #B0F6DD;
}
</style>
border-color css
<style>
span { border-color: #B0F6DD; }
span { border-color: rgb(176,246,221); }
td.TdClassName
{
border-color: #B0F6DD;
}
.TagClassName
{
border-color: #B0F6DD;
}
</style>