Shades of Water Leaf #B3FEED
Tints of Water Leaf #B3FEED
RGB
CMYK
RGB Variations
Color information
#B3FEED (or 0xB3FEED) is known color: Water Leaf. HEX triplet: B3, FE and ED. RGB value is (179,254,237). Sum of RGB (Red+Green+Blue) = 179+254+237=670 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.72% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEED is #4C0112. Grayscale: #E5E5E5. Windows color (decimal): -4981011 or 15597235. OLE color: 15597235.
HSL color Cylindrical-coordinate representation of color #B3FEED: hue angle of 166.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEED is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 237 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.00 |
| HSL | 166.4º | 0.97% | 0.85% | - |
| HSV(B) | 166.4º | 0.3% | 1% | - |
| XYZ | 69.32 | 86.58 | 93.18 | - |
| YUV | 229.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 237 | 0.30 | 0 | 0.07 | 0.00 | 166.4 | 0.97 | 0.85 |
| Hex | B3 | FE | ED | 1E | 0 | 7 | 0 | A6 | 61 | 55 |
| Octal | 263 | 376 | 355 | 36 | 0 | 7 | 0 | 246 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11101101 | 11110 | 0 | 111 | 0 | 10100110 | 1100001 | 1010101 |
Color Harmonies of #B3FEED
Complementary color
Monochromatic Colors of #B3FEED
Black with #B3FEED
Text Example
Text Example
White with #B3FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FEED; }
p { color: rgb(179,254,237); }
H1.HeaderClassName
{
color: #B3FEED;
}
.AnyTagClassName
{
color: #B3FEED;
}
</style>
background-color css
<style>
a { background-color: #B3FEED; }
a { background-color: rgb(179,254,237); }
div.DivClassName
{
background-color: #B3FEED;
}
.BgClassName
{
background-color: #B3FEED;
}
</style>
border-color css
<style>
span { border-color: #B3FEED; }
span { border-color: rgb(179,254,237); }
td.TdClassName
{
border-color: #B3FEED;
}
.TagClassName
{
border-color: #B3FEED;
}
</style>