Shades of Tea Green #BFFDB3
Tints of Tea Green #BFFDB3
RGB
CMYK
RGB Variations
Color information
#BFFDB3 (or 0xBFFDB3) is known color: Tea Green. HEX triplet: BF, FD and B3. RGB value is (191,253,179). Sum of RGB (Red+Green+Blue) = 191+253+179=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDB3 is #40024C. Grayscale: #E2E2E2. Windows color (decimal): -4194893 or 11795903. OLE color: 11795903.
HSL color Cylindrical-coordinate representation of color #BFFDB3: hue angle of 110.27º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFFDB3 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 179 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.01 |
| HSL | 110.27º | 0.95% | 0.85% | - |
| HSV(B) | 110.27º | 0.29% | 0.99% | - |
| XYZ | 64.75 | 84.58 | 55.56 | - |
| YUV | 226.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 179 | 0.25 | 0 | 0.29 | 0.01 | 110.27 | 0.95 | 0.85 |
| Hex | BF | FD | B3 | 19 | 0 | 1D | 1 | 6E | 5F | 55 |
| Octal | 277 | 375 | 263 | 31 | 0 | 35 | 1 | 156 | 137 | 125 |
| Binary | 10111111 | 11111101 | 10110011 | 11001 | 0 | 11101 | 1 | 1101110 | 1011111 | 1010101 |
Color Harmonies of #BFFDB3
Complementary color
Monochromatic Colors of #BFFDB3
Black with #BFFDB3
Text Example
Text Example
White with #BFFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDB3; }
p { color: rgb(191,253,179); }
H1.HeaderClassName
{
color: #BFFDB3;
}
.AnyTagClassName
{
color: #BFFDB3;
}
</style>
background-color css
<style>
a { background-color: #BFFDB3; }
a { background-color: rgb(191,253,179); }
div.DivClassName
{
background-color: #BFFDB3;
}
.BgClassName
{
background-color: #BFFDB3;
}
</style>
border-color css
<style>
span { border-color: #BFFDB3; }
span { border-color: rgb(191,253,179); }
td.TdClassName
{
border-color: #BFFDB3;
}
.TagClassName
{
border-color: #BFFDB3;
}
</style>