Shades of Tea Green #BFF9B9
Tints of Tea Green #BFF9B9
RGB
CMYK
RGB Variations
Color information
#BFF9B9 (or 0xBFF9B9) is known color: Tea Green. HEX triplet: BF, F9 and B9. RGB value is (191,249,185). Sum of RGB (Red+Green+Blue) = 191+249+185=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9B9 is #400646. Grayscale: #E0E0E0. Windows color (decimal): -4195911 or 12188095. OLE color: 12188095.
HSL color Cylindrical-coordinate representation of color #BFF9B9: hue angle of 114.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFF9B9 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 185 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.02 |
| HSL | 114.38º | 0.84% | 0.85% | - |
| HSV(B) | 114.38º | 0.26% | 0.98% | - |
| XYZ | 64.12 | 82.33 | 58.41 | - |
| YUV | 224.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 185 | 0.23 | 0 | 0.26 | 0.02 | 114.38 | 0.84 | 0.85 |
| Hex | BF | F9 | B9 | 17 | 0 | 1A | 2 | 72 | 54 | 55 |
| Octal | 277 | 371 | 271 | 27 | 0 | 32 | 2 | 162 | 124 | 125 |
| Binary | 10111111 | 11111001 | 10111001 | 10111 | 0 | 11010 | 10 | 1110010 | 1010100 | 1010101 |
Color Harmonies of #BFF9B9
Complementary color
Monochromatic Colors of #BFF9B9
Black with #BFF9B9
Text Example
Text Example
White with #BFF9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9B9; }
p { color: rgb(191,249,185); }
H1.HeaderClassName
{
color: #BFF9B9;
}
.AnyTagClassName
{
color: #BFF9B9;
}
</style>
background-color css
<style>
a { background-color: #BFF9B9; }
a { background-color: rgb(191,249,185); }
div.DivClassName
{
background-color: #BFF9B9;
}
.BgClassName
{
background-color: #BFF9B9;
}
</style>
border-color css
<style>
span { border-color: #BFF9B9; }
span { border-color: rgb(191,249,185); }
td.TdClassName
{
border-color: #BFF9B9;
}
.TagClassName
{
border-color: #BFF9B9;
}
</style>