Shades of Water Leaf #B7F2DD
Tints of Water Leaf #B7F2DD
RGB
CMYK
RGB Variations
Color information
#B7F2DD (or 0xB7F2DD) is known color: Water Leaf. HEX triplet: B7, F2 and DD. RGB value is (183,242,221). Sum of RGB (Red+Green+Blue) = 183+242+221=646 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.33% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2DD is #480D22. Grayscale: #DDDDDD. Windows color (decimal): -4721955 or 14545591. OLE color: 14545591.
HSL color Cylindrical-coordinate representation of color #B7F2DD: hue angle of 158.64º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F2DD is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 221 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.05 |
| HSL | 158.64º | 0.69% | 0.83% | - |
| HSV(B) | 158.64º | 0.24% | 0.95% | - |
| XYZ | 64.33 | 78.79 | 80.22 | - |
| YUV | 221.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 221 | 0.24 | 0 | 0.09 | 0.05 | 158.64 | 0.69 | 0.83 |
| Hex | B7 | F2 | DD | 18 | 0 | 9 | 5 | 9F | 45 | 53 |
| Octal | 267 | 362 | 335 | 30 | 0 | 11 | 5 | 237 | 105 | 123 |
| Binary | 10110111 | 11110010 | 11011101 | 11000 | 0 | 1001 | 101 | 10011111 | 1000101 | 1010011 |
Color Harmonies of #B7F2DD
Complementary color
Monochromatic Colors of #B7F2DD
Black with #B7F2DD
Text Example
Text Example
White with #B7F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2DD; }
p { color: rgb(183,242,221); }
H1.HeaderClassName
{
color: #B7F2DD;
}
.AnyTagClassName
{
color: #B7F2DD;
}
</style>
background-color css
<style>
a { background-color: #B7F2DD; }
a { background-color: rgb(183,242,221); }
div.DivClassName
{
background-color: #B7F2DD;
}
.BgClassName
{
background-color: #B7F2DD;
}
</style>
border-color css
<style>
span { border-color: #B7F2DD; }
span { border-color: rgb(183,242,221); }
td.TdClassName
{
border-color: #B7F2DD;
}
.TagClassName
{
border-color: #B7F2DD;
}
</style>