Shades of Water Leaf #B7F0DD
Tints of Water Leaf #B7F0DD
RGB
CMYK
RGB Variations
Color information
#B7F0DD (or 0xB7F0DD) is known color: Water Leaf. HEX triplet: B7, F0 and DD. RGB value is (183,240,221). Sum of RGB (Red+Green+Blue) = 183+240+221=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0DD is #480F22. Grayscale: #DCDCDC. Windows color (decimal): -4722467 or 14545079. OLE color: 14545079.
HSL color Cylindrical-coordinate representation of color #B7F0DD: hue angle of 160º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F0DD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 240 | 221 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.06 |
| HSL | 160º | 0.66% | 0.83% | - |
| HSV(B) | 160º | 0.24% | 0.94% | - |
| XYZ | 63.74 | 77.61 | 80.03 | - |
| YUV | 220.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 240 | 221 | 0.24 | 0 | 0.08 | 0.06 | 160 | 0.66 | 0.83 |
| Hex | B7 | F0 | DD | 18 | 0 | 8 | 6 | A0 | 42 | 53 |
| Octal | 267 | 360 | 335 | 30 | 0 | 10 | 6 | 240 | 102 | 123 |
| Binary | 10110111 | 11110000 | 11011101 | 11000 | 0 | 1000 | 110 | 10100000 | 1000010 | 1010011 |
Color Harmonies of #B7F0DD
Complementary color
Monochromatic Colors of #B7F0DD
Black with #B7F0DD
Text Example
Text Example
White with #B7F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F0DD; }
p { color: rgb(183,240,221); }
H1.HeaderClassName
{
color: #B7F0DD;
}
.AnyTagClassName
{
color: #B7F0DD;
}
</style>
background-color css
<style>
a { background-color: #B7F0DD; }
a { background-color: rgb(183,240,221); }
div.DivClassName
{
background-color: #B7F0DD;
}
.BgClassName
{
background-color: #B7F0DD;
}
</style>
border-color css
<style>
span { border-color: #B7F0DD; }
span { border-color: rgb(183,240,221); }
td.TdClassName
{
border-color: #B7F0DD;
}
.TagClassName
{
border-color: #B7F0DD;
}
</style>