Shades of Tea Green #BFFBB6
Tints of Tea Green #BFFBB6
RGB
CMYK
RGB Variations
Color information
#BFFBB6 (or 0xBFFBB6) is known color: Tea Green. HEX triplet: BF, FB and B6. RGB value is (191,251,182). Sum of RGB (Red+Green+Blue) = 191+251+182=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBB6 is #400449. Grayscale: #E1E1E1. Windows color (decimal): -4195402 or 11991999. OLE color: 11991999.
HSL color Cylindrical-coordinate representation of color #BFFBB6: hue angle of 112.17º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFFBB6 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 182 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.02 |
| HSL | 112.17º | 0.9% | 0.85% | - |
| HSV(B) | 112.17º | 0.27% | 0.98% | - |
| XYZ | 64.43 | 83.45 | 56.97 | - |
| YUV | 225.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 182 | 0.24 | 0 | 0.27 | 0.02 | 112.17 | 0.9 | 0.85 |
| Hex | BF | FB | B6 | 18 | 0 | 1B | 2 | 70 | 5A | 55 |
| Octal | 277 | 373 | 266 | 30 | 0 | 33 | 2 | 160 | 132 | 125 |
| Binary | 10111111 | 11111011 | 10110110 | 11000 | 0 | 11011 | 10 | 1110000 | 1011010 | 1010101 |
Color Harmonies of #BFFBB6
Complementary color
Monochromatic Colors of #BFFBB6
Black with #BFFBB6
Text Example
Text Example
White with #BFFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBB6; }
p { color: rgb(191,251,182); }
H1.HeaderClassName
{
color: #BFFBB6;
}
.AnyTagClassName
{
color: #BFFBB6;
}
</style>
background-color css
<style>
a { background-color: #BFFBB6; }
a { background-color: rgb(191,251,182); }
div.DivClassName
{
background-color: #BFFBB6;
}
.BgClassName
{
background-color: #BFFBB6;
}
</style>
border-color css
<style>
span { border-color: #BFFBB6; }
span { border-color: rgb(191,251,182); }
td.TdClassName
{
border-color: #BFFBB6;
}
.TagClassName
{
border-color: #BFFBB6;
}
</style>