Shades of Tea Green #BFF2B9
Tints of Tea Green #BFF2B9
RGB
CMYK
RGB Variations
Color information
#BFF2B9 (or 0xBFF2B9) is known color: Tea Green. HEX triplet: BF, F2 and B9. RGB value is (191,242,185). Sum of RGB (Red+Green+Blue) = 191+242+185=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2B9 is #400D46. Grayscale: #DCDCDC. Windows color (decimal): -4197703 or 12186303. OLE color: 12186303.
HSL color Cylindrical-coordinate representation of color #BFF2B9: hue angle of 113.68º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF2B9 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 185 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.05 |
| HSL | 113.68º | 0.69% | 0.84% | - |
| HSV(B) | 113.68º | 0.24% | 0.95% | - |
| XYZ | 61.99 | 78.08 | 57.7 | - |
| YUV | 220.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 185 | 0.21 | 0 | 0.24 | 0.05 | 113.68 | 0.69 | 0.84 |
| Hex | BF | F2 | B9 | 15 | 0 | 18 | 5 | 72 | 45 | 54 |
| Octal | 277 | 362 | 271 | 25 | 0 | 30 | 5 | 162 | 105 | 124 |
| Binary | 10111111 | 11110010 | 10111001 | 10101 | 0 | 11000 | 101 | 1110010 | 1000101 | 1010100 |
Color Harmonies of #BFF2B9
Complementary color
Monochromatic Colors of #BFF2B9
Black with #BFF2B9
Text Example
Text Example
White with #BFF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2B9; }
p { color: rgb(191,242,185); }
H1.HeaderClassName
{
color: #BFF2B9;
}
.AnyTagClassName
{
color: #BFF2B9;
}
</style>
background-color css
<style>
a { background-color: #BFF2B9; }
a { background-color: rgb(191,242,185); }
div.DivClassName
{
background-color: #BFF2B9;
}
.BgClassName
{
background-color: #BFF2B9;
}
</style>
border-color css
<style>
span { border-color: #BFF2B9; }
span { border-color: rgb(191,242,185); }
td.TdClassName
{
border-color: #BFF2B9;
}
.TagClassName
{
border-color: #BFF2B9;
}
</style>