Shades of Water Leaf #B2EFDF
Tints of Water Leaf #B2EFDF
RGB
CMYK
RGB Variations
Color information
#B2EFDF (or 0xB2EFDF) is known color: Water Leaf. HEX triplet: B2, EF and DF. RGB value is (178,239,223). Sum of RGB (Red+Green+Blue) = 178+239+223=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFDF is #4D1020. Grayscale: #DADADA. Windows color (decimal): -5050401 or 14675890. OLE color: 14675890.
HSL color Cylindrical-coordinate representation of color #B2EFDF: hue angle of 164.26º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFDF is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 223 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.06 |
| HSL | 164.26º | 0.66% | 0.82% | - |
| HSV(B) | 164.26º | 0.26% | 0.94% | - |
| XYZ | 62.55 | 76.53 | 81.29 | - |
| YUV | 218.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 223 | 0.26 | 0 | 0.07 | 0.06 | 164.26 | 0.66 | 0.82 |
| Hex | B2 | EF | DF | 1A | 0 | 7 | 6 | A4 | 42 | 52 |
| Octal | 262 | 357 | 337 | 32 | 0 | 7 | 6 | 244 | 102 | 122 |
| Binary | 10110010 | 11101111 | 11011111 | 11010 | 0 | 111 | 110 | 10100100 | 1000010 | 1010010 |
Color Harmonies of #B2EFDF
Complementary color
Monochromatic Colors of #B2EFDF
Black with #B2EFDF
Text Example
Text Example
White with #B2EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFDF; }
p { color: rgb(178,239,223); }
H1.HeaderClassName
{
color: #B2EFDF;
}
.AnyTagClassName
{
color: #B2EFDF;
}
</style>
background-color css
<style>
a { background-color: #B2EFDF; }
a { background-color: rgb(178,239,223); }
div.DivClassName
{
background-color: #B2EFDF;
}
.BgClassName
{
background-color: #B2EFDF;
}
</style>
border-color css
<style>
span { border-color: #B2EFDF; }
span { border-color: rgb(178,239,223); }
td.TdClassName
{
border-color: #B2EFDF;
}
.TagClassName
{
border-color: #B2EFDF;
}
</style>