Shades of Water Leaf #B3F4E3
Tints of Water Leaf #B3F4E3
RGB
CMYK
RGB Variations
Color information
#B3F4E3 (or 0xB3F4E3) is known color: Water Leaf. HEX triplet: B3, F4 and E3. RGB value is (179,244,227). Sum of RGB (Red+Green+Blue) = 179+244+227=650 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.54% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F4E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F4E3 is #4C0B1C. Grayscale: #DEDEDE. Windows color (decimal): -4983581 or 14939315. OLE color: 14939315.
HSL color Cylindrical-coordinate representation of color #B3F4E3: hue angle of 164.31º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F4E3 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 244 | 227 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.04 |
| HSL | 164.31º | 0.75% | 0.83% | - |
| HSV(B) | 164.31º | 0.27% | 0.96% | - |
| XYZ | 64.81 | 79.83 | 84.67 | - |
| YUV | 222.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 244 | 227 | 0.27 | 0 | 0.07 | 0.04 | 164.31 | 0.75 | 0.83 |
| Hex | B3 | F4 | E3 | 1B | 0 | 7 | 4 | A4 | 4B | 53 |
| Octal | 263 | 364 | 343 | 33 | 0 | 7 | 4 | 244 | 113 | 123 |
| Binary | 10110011 | 11110100 | 11100011 | 11011 | 0 | 111 | 100 | 10100100 | 1001011 | 1010011 |
Color Harmonies of #B3F4E3
Complementary color
Monochromatic Colors of #B3F4E3
Black with #B3F4E3
Text Example
Text Example
White with #B3F4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F4E3; }
p { color: rgb(179,244,227); }
H1.HeaderClassName
{
color: #B3F4E3;
}
.AnyTagClassName
{
color: #B3F4E3;
}
</style>
background-color css
<style>
a { background-color: #B3F4E3; }
a { background-color: rgb(179,244,227); }
div.DivClassName
{
background-color: #B3F4E3;
}
.BgClassName
{
background-color: #B3F4E3;
}
</style>
border-color css
<style>
span { border-color: #B3F4E3; }
span { border-color: rgb(179,244,227); }
td.TdClassName
{
border-color: #B3F4E3;
}
.TagClassName
{
border-color: #B3F4E3;
}
</style>