Shades of Water Leaf #B3F1E1
Tints of Water Leaf #B3F1E1
RGB
CMYK
RGB Variations
Color information
#B3F1E1 (or 0xB3F1E1) is known color: Water Leaf. HEX triplet: B3, F1 and E1. RGB value is (179,241,225). Sum of RGB (Red+Green+Blue) = 179+241+225=645 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.75% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1E1 is #4C0E1E. Grayscale: #DCDCDC. Windows color (decimal): -4984351 or 14807475. OLE color: 14807475.
HSL color Cylindrical-coordinate representation of color #B3F1E1: hue angle of 164.52º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1E1 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 225 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.05 |
| HSL | 164.52º | 0.69% | 0.82% | - |
| HSV(B) | 164.52º | 0.26% | 0.95% | - |
| XYZ | 63.64 | 77.93 | 82.92 | - |
| YUV | 220.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 225 | 0.26 | 0 | 0.07 | 0.05 | 164.52 | 0.69 | 0.82 |
| Hex | B3 | F1 | E1 | 1A | 0 | 7 | 5 | A5 | 45 | 52 |
| Octal | 263 | 361 | 341 | 32 | 0 | 7 | 5 | 245 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11100001 | 11010 | 0 | 111 | 101 | 10100101 | 1000101 | 1010010 |
Color Harmonies of #B3F1E1
Complementary color
Monochromatic Colors of #B3F1E1
Black with #B3F1E1
Text Example
Text Example
White with #B3F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1E1; }
p { color: rgb(179,241,225); }
H1.HeaderClassName
{
color: #B3F1E1;
}
.AnyTagClassName
{
color: #B3F1E1;
}
</style>
background-color css
<style>
a { background-color: #B3F1E1; }
a { background-color: rgb(179,241,225); }
div.DivClassName
{
background-color: #B3F1E1;
}
.BgClassName
{
background-color: #B3F1E1;
}
</style>
border-color css
<style>
span { border-color: #B3F1E1; }
span { border-color: rgb(179,241,225); }
td.TdClassName
{
border-color: #B3F1E1;
}
.TagClassName
{
border-color: #B3F1E1;
}
</style>