Shades of Water Leaf #B2EDDD
Tints of Water Leaf #B2EDDD
RGB
CMYK
RGB Variations
Color information
#B2EDDD (or 0xB2EDDD) is known color: Water Leaf. HEX triplet: B2, ED and DD. RGB value is (178,237,221). Sum of RGB (Red+Green+Blue) = 178+237+221=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDDD is #4D1222. Grayscale: #D9D9D9. Windows color (decimal): -5050915 or 14544306. OLE color: 14544306.
HSL color Cylindrical-coordinate representation of color #B2EDDD: hue angle of 163.73º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EDDD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 221 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.07 |
| HSL | 163.73º | 0.62% | 0.81% | - |
| HSV(B) | 163.73º | 0.25% | 0.93% | - |
| XYZ | 61.7 | 75.25 | 79.68 | - |
| YUV | 217.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 221 | 0.25 | 0 | 0.07 | 0.07 | 163.73 | 0.62 | 0.81 |
| Hex | B2 | ED | DD | 19 | 0 | 7 | 7 | A4 | 3E | 51 |
| Octal | 262 | 355 | 335 | 31 | 0 | 7 | 7 | 244 | 76 | 121 |
| Binary | 10110010 | 11101101 | 11011101 | 11001 | 0 | 111 | 111 | 10100100 | 111110 | 1010001 |
Color Harmonies of #B2EDDD
Complementary color
Monochromatic Colors of #B2EDDD
Black with #B2EDDD
Text Example
Text Example
White with #B2EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDDD; }
p { color: rgb(178,237,221); }
H1.HeaderClassName
{
color: #B2EDDD;
}
.AnyTagClassName
{
color: #B2EDDD;
}
</style>
background-color css
<style>
a { background-color: #B2EDDD; }
a { background-color: rgb(178,237,221); }
div.DivClassName
{
background-color: #B2EDDD;
}
.BgClassName
{
background-color: #B2EDDD;
}
</style>
border-color css
<style>
span { border-color: #B2EDDD; }
span { border-color: rgb(178,237,221); }
td.TdClassName
{
border-color: #B2EDDD;
}
.TagClassName
{
border-color: #B2EDDD;
}
</style>