Shades of Water Leaf #B3EAE1
Tints of Water Leaf #B3EAE1
RGB
CMYK
RGB Variations
Color information
#B3EAE1 (or 0xB3EAE1) is known color: Water Leaf. HEX triplet: B3, EA and E1. RGB value is (179,234,225). Sum of RGB (Red+Green+Blue) = 179+234+225=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EAE1 is #4C151E. Grayscale: #D8D8D8. Windows color (decimal): -4986143 or 14805683. OLE color: 14805683.
HSL color Cylindrical-coordinate representation of color #B3EAE1: hue angle of 170.18º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EAE1 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 225 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.08 |
| HSL | 170.18º | 0.57% | 0.81% | - |
| HSV(B) | 170.18º | 0.24% | 0.92% | - |
| XYZ | 61.6 | 73.87 | 82.24 | - |
| YUV | 216.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 225 | 0.24 | 0 | 0.04 | 0.08 | 170.18 | 0.57 | 0.81 |
| Hex | B3 | EA | E1 | 18 | 0 | 4 | 8 | AA | 39 | 51 |
| Octal | 263 | 352 | 341 | 30 | 0 | 4 | 10 | 252 | 71 | 121 |
| Binary | 10110011 | 11101010 | 11100001 | 11000 | 0 | 100 | 1000 | 10101010 | 111001 | 1010001 |
Color Harmonies of #B3EAE1
Complementary color
Monochromatic Colors of #B3EAE1
Black with #B3EAE1
Text Example
Text Example
White with #B3EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EAE1; }
p { color: rgb(179,234,225); }
H1.HeaderClassName
{
color: #B3EAE1;
}
.AnyTagClassName
{
color: #B3EAE1;
}
</style>
background-color css
<style>
a { background-color: #B3EAE1; }
a { background-color: rgb(179,234,225); }
div.DivClassName
{
background-color: #B3EAE1;
}
.BgClassName
{
background-color: #B3EAE1;
}
</style>
border-color css
<style>
span { border-color: #B3EAE1; }
span { border-color: rgb(179,234,225); }
td.TdClassName
{
border-color: #B3EAE1;
}
.TagClassName
{
border-color: #B3EAE1;
}
</style>